Hacker News new | ask | show | jobs
by perryprog 1132 days ago
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'`.