mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-28 00:34:34 -04:00
6 lines
93 B
Bash
6 lines
93 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -Eeuo pipefail
|
||
|
|
|
||
|
|
find . -name "*.sh" -exec git update-index --chmod=+x {} \;
|