blob: 2fb59d424622fb093e9df22c4d62fba550298dbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/sh
#
# Copyright (C) 2000,2002 Ken'ichi Fukamachi
# All rights reserved.
#
# $FML$
#
exec cvs -d :pserver:anoncvs@anoncvs.fml.org:/exports/cvsroot $*
# not reached here
echo cannot exec cvs -d :pserver:anoncvs@anoncvs.fml.org:/exports/cvsroot $*
exit 1
|