Auto Extensions (#176)

Closes #148 
Closes #172
This commit is contained in:
AbdBarho
2022-10-30 10:01:18 +01:00
committed by GitHub
parent d6cbafdca8
commit a5218b8639
4 changed files with 16 additions and 5 deletions

View File

@@ -2,4 +2,4 @@
set -Eeuo pipefail
find . -name "*.sh" -exec git update-index --chmod=+x {} \;
find services -name "*.sh" -exec git update-index --chmod=+x {} \;