Astroport.ONE/adventure
fred 892f215a93 myIP=$(hostname -I | awk '{print $1}' | head -n 1)
isLAN=$(echo $myIP | grep -E "/(^127\.)|(^192\.168\.)|(^10\.)|(^172\.1[6-9]\.)|(^172\.2[0-9]\.)|(^172\.3[0-1]\.)|(^::1$)|(^[fF][cCdD])/")
[[ ! $myIP || $isLAN ]] && myIP="127.0.1.1"
2022-11-05 13:55:02 +01:00
..
art Adventure Bash Game 2022-10-30 02:22:28 +01:00
logic Adventure Bash Game 2022-10-30 02:22:28 +01:00
rooms myIP=$(hostname -I | awk '{print $1}' | head -n 1) 2022-11-05 13:55:02 +01:00
script Adventure Bash Game 2022-10-30 02:22:28 +01:00
adventure.sh Adventure Bash Game 2022-10-30 02:22:28 +01:00