gaim/www

file isExecutable
(10:42:30) nosnilmot: LSchiere2: christmas cleanups & stuff : http://www.nosnilmot.com/gaim/gaim-faq-ssl.patch
#!/bin/sh
if test "x$1" != x; then
SFUSER=$1
else
SFUSER=$USER
fi
/usr/bin/ssh $SFUSER@shell1.sourceforge.net 'cd /home/groups/g/ga/gaim && cvs -z3 update -Pd'