aboutsummaryrefslogtreecommitdiffstats
path: root/src/other/confgit.csh
diff options
context:
space:
mode:
Diffstat (limited to 'src/other/confgit.csh')
-rwxr-xr-xsrc/other/confgit.csh6
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