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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {} \;