Skip to content

Instantly share code, notes, and snippets.

@cssence
Created July 14, 2015 14:38
Show Gist options
  • Save cssence/f05eafd36b3f3e33d773 to your computer and use it in GitHub Desktop.
Save cssence/f05eafd36b3f3e33d773 to your computer and use it in GitHub Desktop.
Web server
while true ; do echo ahoi | nc -l -p 8080 ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment