cvs_update_anonymously 174 Bytes
Newer Older
1 2
if [ a"$1" = adiff -o a"$1" = aexport ]; then
  cmd="$1"
3
  shift
4 5 6 7
else
  cmd=update
fi

8
cvs -z3 -d :pserver:anonymous@cvs.libvncserver.sf.net:/cvsroot/libvncserver $cmd "$@"
9