Hacker News new | ask | show | jobs
by fimoreth 1139 days ago
I thought the StarWars telnet went offline? :/
1 comments

If you want a replacement you can use `telnet telehack.com` and then run `starwars`. If you want it in a single command you can do something like `zsh -c '{ sleep 1; echo starwars; sleep 10000; } | nc -c telehack.com 23'`.