You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtdevnc/cvs_update_anonymously

10 lines
174 B

if [ a"$1" = adiff -o a"$1" = aexport ]; then
cmd="$1"
shift
else
cmd=update
fi
cvs -z3 -d :pserver:anonymous@cvs.libvncserver.sf.net:/cvsroot/libvncserver $cmd "$@"