gaim/www

a73fb964b14f
file isExecutable
Well that was ugly. Hopefully I didn't screw this up.
#!/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'