#!/bin/sh
#
# Copyright (C) 2000,2002,2008 Ken'ichi Fukamachi
#          All rights reserved. 
#
# $FML: anoncvs,v 1.2 2008/08/07 01:01:56 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
