mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-09 13:49:48 +00:00
chore: removed scripts and added a flag to launch.py
This commit is contained in:
@@ -1 +0,0 @@
|
||||
for /d %%i in (*) do @if exist "%%i\.git" (echo Pulling updates for %%i... & git -C "%%i" pull)
|
@@ -1,3 +0,0 @@
|
||||
ls | while read dir; do if [ -d "$dir/.git" ];
|
||||
then echo "Pulling updates for $dir...";
|
||||
git -C "$dir" pull; fi; done
|
Reference in New Issue
Block a user