]> git.phdru.name Git - git-scripts.git/commitdiff
Feat: Script to fix .git/config executable bits
authorOleg Broytman <phd@phdru.name>
Fri, 2 Mar 2018 07:59:04 +0000 (10:59 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 2 Mar 2018 07:59:04 +0000 (10:59 +0300)
fix-config [new file with mode: 0755]

diff --git a/fix-config b/fix-config
new file mode 100755 (executable)
index 0000000..9aa748a
--- /dev/null
@@ -0,0 +1,2 @@
+#! /bin/sh
+exec "`dirname \"$0\"`"/do-all 'chmod a-x $g/config'