#!/bin/bash
#
#  $Id$
#
#  check in everything (hope you are online!)
#
cvs add $1
cd $1
cvs add bin idl templates
#
cd bin
cvs add *
#
cd ../templates
cvs add *
#
cd ../master
cvsci_run
#
