-
Notifications
You must be signed in to change notification settings - Fork 1
netcat
Christopher P. Brown edited this page Jan 8, 2022
·
2 revisions
while true; do printf 'HTTP/1.1 200 OK\n\n\%s' "$(pandoc index.md)" | nc -l 8888; done
catcher: nc -l 4444 > newfile
thrower: nc <address> 4444 < myfile