add the upload script I use

This commit is contained in:
Richard Hughes 2007-10-21 22:55:46 +01:00
parent b1dff27567
commit 816a512be9

10
html/upload.sh Executable file
View File

@ -0,0 +1,10 @@
USER="hughsie"
SERVER="packagekit.org"
LOCATION="/srv/www/html"
scp img/*.png $USER@$SERVER:/$LOCATION/img/
scp *.html $USER@$SERVER:/$LOCATION/
scp *.css $USER@$SERVER:/$LOCATION/
scp ../docs/pk-reference.html $USER@$SERVER:/$LOCATION/
scp ../docs/pk-*.png $USER@$SERVER:/$LOCATION/