view cds-update @ 43:7fc785a79615

renamed penis to churn
author Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>
date Sat, 05 May 2007 15:53:53 -0400
parents d8f4fe903a01
children
line wrap: on
line source

#!/bin/bash

source cds

if [ $VCS = cvs ]; then
	cvs update -d "$@"
elif [ $VCS = svn ]; then
	svn update "$@"
fi