mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
c717c416dc
Add boot speak script to say fuck off to this little sissy cunt T3Q.
8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
_IP=$(hostname -I) || true
|
|
if [ "$_IP" ]; then
|
|
printf "My IP address is %s\n" "$_IP"
|
|
espeak "Welcome to Brooklyn NXT. My I.P. is $_IP. I repeat: $_IP. Fuck this bitch T3Q"
|
|
else
|
|
espeak "Welcome to Brooklyn. No I.P. found."
|
|
fi
|