stable-diffusion-webui-docker/.devscripts/chmod.sh
2022-10-01 12:21:16 +02:00

6 lines
93 B
Bash

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