13 lines
186 B
Plaintext
13 lines
186 B
Plaintext
|
#! /bin/sh
|
||
|
#
|
||
|
# cvstrac.cgi: CGI script for cvstrac
|
||
|
#
|
||
|
|
||
|
# For use with Subversion
|
||
|
# SCM=svntrac
|
||
|
# For use with CVS
|
||
|
SCM=cvstrac
|
||
|
|
||
|
/usr/bin/$SCM cgi /var/lib/cvstrac MyProject
|
||
|
|
||
|
# End of file
|