stable-diffusion-webui-docker/.devscripts/chmod.sh
2022-10-01 12:21:35 +02:00

6 lines
93 B
Bash
Executable file

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