gaim/www

file isExecutable
News posting for beta 3. Feel free to editorize this if you think
it makes us all look insane.
#!/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'