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
/usr/bin/ssh $1@shell1.sourceforge.net 'umask 0002 && cd /home/groups/g/ga/gaim && cvs -z3 update -Pd'
else
/usr/bin/ssh shell1.sourceforge.net 'umask 0002 && cd /home/groups/g/ga/gaim && cvs -z3 update -Pd'
fi