3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-30 14:52:17 +00:00

Update bootspeak

This commit is contained in:
Scare Crowe 2021-11-09 17:08:09 +05:00 committed by GitHub
parent 3843d00785
commit d6b3a609b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
_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"
espeak "Welcome to Brooklyn NXT. My I.P. is $_IP. I repeat: $_IP."
else
espeak "Welcome to Brooklyn. No I.P. found."
fi