6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# This will 'publish' the reference policy website.
|
|
|
|
rsync -r . shell.sf.net:/home/groups/s/se/serefpolicy/htdocs
|