stable-diffusion-webui-docker/scripts/chmod.sh

6 lines
93 B
Bash
Raw Normal View History

2022-09-11 08:51:11 +02:00
#!/bin/bash
2022-09-11 17:44:16 +02:00
set -Eeuo pipefail
2022-09-11 08:51:11 +02:00
find . -name "*.sh" -exec git update-index --chmod=+x {} \;