From: Oleg Broytman Date: Fri, 2 Mar 2018 07:59:04 +0000 (+0300) Subject: Feat: Script to fix .git/config executable bits X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=24cfccc007203832b69fa38689ea97a29544676c Feat: Script to fix .git/config executable bits --- diff --git a/fix-config b/fix-config new file mode 100755 index 0000000..9aa748a --- /dev/null +++ b/fix-config @@ -0,0 +1,2 @@ +#! /bin/sh +exec "`dirname \"$0\"`"/do-all 'chmod a-x $g/config'