Skip to content

Instantly share code, notes, and snippets.

@x
Created August 16, 2021 17:02
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 x/a4f56d7f42c09533a4f32830b604ec31 to your computer and use it in GitHub Desktop.
Save x/a4f56d7f42c09533a4f32830b604ec31 to your computer and use it in GitHub Desktop.
A simple webapp
while true; do { echo -e 'HTTP/1.1 200 OK\r\n'; fortune -s | cowsay; } | nc -l 8080; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment