gaim/www

file isExecutable
I think it makes more sense sorted this way, esp. as we now have a number
of different faq entries pointing at it.
#!/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'