| | #!/bin/sh |
---|
| | # cvscreate.sh - Create And Checkin A New CVS Project |
---|
| | # Copyright (c) 2012 TundraWare Inc,, Des Plaines, IL USA |
---|
| | # $Id: cvscreate.sh,v 1.1 2012/05/23 23:56:35 tundra Exp $ |
---|
| | # $Id: cvscreate.sh,v 1.100 2012/05/23 23:56:36 tundra Exp $ |
---|
| | |
---|
| | # Assumes that the containing directory name is the name of the project |
---|
| | |
---|
| | if [ $# != 1 ] |
---|
| |
---|
| | |
|