Skip to content

Instantly share code, notes, and snippets.

@zgolus
Created September 11, 2015 12:45
Show Gist options
  • Save zgolus/2b7a56c2bc3ae1f6051b to your computer and use it in GitHub Desktop.
Save zgolus/2b7a56c2bc3ae1f6051b to your computer and use it in GitHub Desktop.
one line server
ncat -l 8080 -k -c 'printf 0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment