stable-diffusion-webui-docker/scripts/chmod.sh
2022-09-11 08:51:11 +02:00

6 lines
81 B
Bash
Executable file

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