gaim/www

file isExecutable
Now maybe robot101 can stop having to re-explain this every month or so
#!/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'