stable-diffusion-webui-docker/scripts/chmod.sh
2022-09-11 17:44:16 +02:00

6 lines
93 B
Bash
Executable file

#!/bin/bash
set -Eeuo pipefail
find . -name "*.sh" -exec git update-index --chmod=+x {} \;