gaim/www

Thanks Kevin

2004-01-10, Mark Doliner
ae4c4356dca2
file isExecutable
Thanks Kevin
#!/bin/sh
if test "x$1" != x; then
SFUSER=$1
else
SFUSER=$USER
fi
/usr/bin/ssh $SFUSER@shell1.sourceforge.net 'cd /home/groups/g/ga/gaim && cvs -z3 update -Pd'