stable-diffusion-webui-docker/.devscripts/chmod.sh
2022-12-04 10:30:01 +01:00

7 lines
170 B
Bash
Executable file

#!/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 {} \;