summaryrefslogtreecommitdiffstats
path: root/cvs_update_anonymously
blob: 9bdd3250fd3ce046d658d09f1bda4404f49b05a4 (plain)
1
2
3
4
5
6
7
8
9
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 "$@"