gaim/www

where did that new line come from?

2005-12-20, Luke Schierer
e78e1cafcddc
file isExecutable
where did that new line come from?
#!/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'