mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-06 06:53:48 +00:00
5 lines
81 B
Bash
Executable file
5 lines
81 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
find . -name "*.sh" -exec git update-index --chmod=+x {} \;
|