gitprep / gitweblite /
Newer Older
6 lines | 0.159kb
copy gitweblite soruce code
root authored on 2012-11-23
1
#!/bin/sh
2

            
3
DIR=$(dirname $0)
4
PERL5LIB="$DIR/mojolegacy/lib:$DIR/extlib/lib/perl5"
5
export PERL5LIB
6
$DIR/mojolegacy/script/hypnotoad $DIR/script/gitweblite "$*"