Hacker News new | ask | show | jobs
by FriedrichN 1866 days ago
I often use netcat to test stuff locally.

  while true; do cat index.html | nc -l 9999 -q 1; echo -e "\n---"; done
1 comments

nice one
netcat is just handy in general!