Update of /cvsroot/libwpg/libwpg-www
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29393
Added Files:
sync-me.sh.deprecated
Removed Files:
sync-me.sh
Log Message:
deprecate sync-me.sh
--- NEW FILE: sync-me.sh.deprecated ---
#!/bin/bash
[ -z $1 ] || UNAME=$1
scp ./*html ./*htm ./*txt $UN...@li...:/home/groups/l/li/libwpg/htdocs
scp ./images/*jpg ./images/*png ./images/*gif ./images/*css $UN...@li...:/home/groups/l/li/libwpg/htdocs/images
ssh $UN...@li... chmod g+w /home/groups/l/li/libwpg/htdocs/*
ssh $UN...@li... chmod g+x /home/groups/l/li/libwpg/htdocs/*
ssh $UN...@li... chmod g+w /home/groups/l/li/libwpg/htdocs/images/*
ssh $UN...@li... chmod g+x /home/groups/l/li/libwpg/htdocs/images/*
--- sync-me.sh DELETED ---
|