Y
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
rijoja
1866 days ago
nice one
link
mousepilot
1866 days ago
netcat is just handy in general!
link