gitprep / gitprep /
Newer Older
6 lines | 0.156kb
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
renamed gitpub to gitprep
Yuki Kimoto authored on 2012-11-26
6
$DIR/mojolegacy/script/hypnotoad $DIR/script/gitprep "$*"