Delete update.sh

Signed-off-by: windowsboy111 <wboy111@outlook.com>
This commit is contained in:
windowsboy111
2022-12-06 22:32:25 +08:00
committed by GitHub
parent 2edb2428d8
commit 519967a444
-16
View File
@@ -1,16 +0,0 @@
search() {
for folder in $1/*; do
if [ -f "$folder/update.rhai" ]; then
continue
else
echo $folder
fi
x=0
for thing in $folder/*; do
[[ -f $thing ]] && x=1 && break
done
[[ $x -eq 0 ]] && search $folder
done
}
search anda