1
0
forked from ports/opt
opt/cvstrac/cvstrac_cgi

13 lines
186 B
Plaintext
Raw Normal View History

2005-11-16 17:20:24 +00:00
#! /bin/sh
#
# cvstrac.cgi: CGI script for cvstrac
#
2005-11-16 17:20:24 +00:00
# For use with Subversion
# SCM=svntrac
# For use with CVS
SCM=cvstrac
/usr/bin/$SCM cgi /var/lib/cvstrac MyProject
2005-11-16 17:20:24 +00:00
# End of file