From 816a512be97e52696371d51938484bb7d99143d1 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sun, 21 Oct 2007 22:55:46 +0100 Subject: [PATCH] add the upload script I use --- html/upload.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 html/upload.sh diff --git a/html/upload.sh b/html/upload.sh new file mode 100755 index 000000000..33efe2352 --- /dev/null +++ b/html/upload.sh @@ -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/ +