13 lines
186 B
Bash
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 |