7 lines
171 B
Bash
Executable File
7 lines
171 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# This will 'publish' the reference policy website.
|
|
|
|
cp ../refpolicy/Changelog html/Changelog.txt
|
|
rsync -r . shell.sf.net:/home/groups/s/se/serefpolicy/htdocs
|