diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-27 15:48:56 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-27 15:48:56 +0200 |
commit | caeb6db7cd04b27efbf7cfe6b4ee70610d459d9f (patch) | |
tree | 1a1cd04dd7d5f00863e85db106561ba3ba3c07c2 /src/other/confgit.csh | |
parent | renamed script (diff) | |
download | joe-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-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 |