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

6 lines
81 B
Bash
Raw Normal View History

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