pull/139/head
RandomNinjaAtk 2 years ago committed by GitHub
parent aaa7d35151
commit e02ffc9b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,9 @@
#!/usr/bin/with-contenv bash
echo "Starting AutoArtistAdder.bash in 2 min..."
sleep 2m
for (( ; ; )); do
let i++
# bash /config/extended/scripts/AutoArtistAdder.bash
echo "AutoArtistAdder.bash script sleeping for 12 Hours..."
sleep 12h
done
Loading…
Cancel
Save