diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/other/confgit.csh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/other/confgit.csh b/src/other/confgit.csh new file mode 100755 index 0000000..da6495c --- /dev/null +++ b/src/other/confgit.csh @@ -0,0 +1,6 @@ +#!/bin/csh + +set p = `pwd` +cd / +git --git-dir=/usr/local/git/jozan/jozanofastora-conf.git --work-tree=/ $* +cd $p |