roshikhan301's picture
Upload 29 files
bfbca06 verified
raw
history blame contribute delete
170 Bytes
#!/bin/bash
set -Eeuo pipefail
find services -name "*.sh" -exec git update-index --chmod=+x {} \;
find .devscripts -name "*.sh" -exec git update-index --chmod=+x {} \;