1
0
forked from ports/opt
opt/cvstrac/cvstrac_cgi
2006-01-13 17:40:18 +00:00

13 lines
186 B
Bash

#! /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