#!/bin/sh
#
# Copyright (C) 2000,2002,2008 Ken'ichi Fukamachi
#          All rights reserved. 
#
# $FML: anoncvs,v 1.1 2002/04/11 08:52:11 fukachan Exp $
#

exec cvs -d anoncvs@anoncvs.fml.org:/cvsroot $*

# not reached here
echo cannot exec cvs -d :pserver:anoncvs@anoncvs.fml.org:/exports/cvsroot $*
exit 1
