Skip to content

Instantly share code, notes, and snippets.

@ebouchut
Created September 12, 2014 09:30
Show Gist options
  • Save ebouchut/467f126402c79c2ddaad to your computer and use it in GitHub Desktop.
Save ebouchut/467f126402c79c2ddaad to your computer and use it in GitHub Desktop.
netcat listen on port 12345
nc -kl 12345 # netcat listen on port 12345 and keep-alive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment