packagekit/html/upload.sh

11 lines
286 B
Bash
Raw Normal View History

2007-10-21 14:55:46 -07:00
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/