aboutsummaryrefslogtreecommitdiffstats
path: root/src/other/confgit.csh
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-04-27 15:48:56 +0200
committerJoe <bousset.rudy@gmail.com>2022-04-27 15:48:56 +0200
commitcaeb6db7cd04b27efbf7cfe6b4ee70610d459d9f (patch)
tree1a1cd04dd7d5f00863e85db106561ba3ba3c07c2 /src/other/confgit.csh
parentrenamed script (diff)
downloadjoe-scripts-caeb6db7cd04b27efbf7cfe6b4ee70610d459d9f.tar.gz
joe-scripts-caeb6db7cd04b27efbf7cfe6b4ee70610d459d9f.tar.bz2
joe-scripts-caeb6db7cd04b27efbf7cfe6b4ee70610d459d9f.tar.xz
joe-scripts-caeb6db7cd04b27efbf7cfe6b4ee70610d459d9f.tar.zst
joe-scripts-caeb6db7cd04b27efbf7cfe6b4ee70610d459d9f.zip
New script, updates
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