#!/bin/rc
@{
cd /usr/glenda/src/git9front/
aux/stub -d /sys/lib/git
aux/stub /sys/lib/git/common.rc
bind common.rc /sys/lib/git/common.rc
aux/stub -d /bin/git
bind . /bin/git
aux/stub /bin/walk
for(i in rc awk walk)
bind 5.$i /bin/$i
bind 5.getflags /bin/aux/getflags
for(i in conf fs get log query repack save send serve walk) {
aux/stub /bin/git/$i
bind 5.$i /bin/git/$i
}
}
|