aboutsummaryrefslogtreecommitdiffstats
path: root/src/other/confgit.csh
blob: da6495c5374541542264dd527b4911ca94b35fc7 (plain)
1
2
3
4
5
6
#!/bin/csh

set p = `pwd`
cd /
git --git-dir=/usr/local/git/jozan/jozanofastora-conf.git --work-tree=/ $*
cd $p