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