gaim/www

Added myself to the contact info page.

2006-03-08, Bartosz Oler
5be39e106b04
file isExecutable
Added myself to the contact info page.
#!/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'