From caeb6db7cd04b27efbf7cfe6b4ee70610d459d9f Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 27 Apr 2022 15:48:56 +0200 Subject: New script, updates --- src/other/confgit.csh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 src/other/confgit.csh (limited to 'src/other/confgit.csh') 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 -- cgit v1.2.3