gaim/www

Make the commands look nice.

2006-02-21, Richard Laager
ab94a90505ee
file isExecutable
Make the commands look nice.
#!/bin/sh
if test "x$1" != x; then
SFUSER=$1
else
SFUSER=$USER
fi
/usr/bin/ssh $SFUSER@shell.sourceforge.net '/home/groups/g/ga/gaim/updatedocs.sh'