Skip to content

Instantly share code, notes, and snippets.

@x
Created August 16, 2021 17:02
Embed
What would you like to do?
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