gaim/www

as discussed on gaim-devel

2005-12-20, Luke Schierer
0dca992e9b5d
file isExecutable
as discussed on gaim-devel
#!/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'