gaim/www

A wee bit o' xhtml 1.0 goodness.

2005-12-24, Mark Doliner
03f8aa3025b9
file isExecutable
A wee bit o' xhtml 1.0 goodness.
#!/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'