Skip to content

Instantly share code, notes, and snippets.

@jenslohmann
Created August 22, 2019 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jenslohmann/e31bf324a60d1a3961bd7cbcfaf8547e to your computer and use it in GitHub Desktop.
Save jenslohmann/e31bf324a60d1a3961bd7cbcfaf8547e to your computer and use it in GitHub Desktop.
Poor man's web server for MacOS
while true; do printf 'HTTP/1.1 200 OK\n\n' | nc -4 -k -l 23456; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment