[
Home
/
Overboard
/
Stats
]
[
g
]
[
calm
/
brabant
/
drenthe
/
q
/
qa
/
zellig
]
[
booru
/
wiki
]
[
v
]
[
Rules
/
Contacts
]
[
Search
]
🔍
[
Register
/
Settings
/
Log in
]
Markup /zellig/8263
Comment
Made a script for linuxGODS #!/bin/bash soyzellig=$(curl -s https://soyzellig.party/o/) while true; do newreq=$(curl -s https://soyzellig.party/o/) if [ "$newreq" == "$soyzellig" ]; then echo "No new nuts nigga!" else echo "==New nuts nigga!==" soyzellig=$newreq fi sleep 60 done