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