Skip to content

Instantly share code, notes, and snippets.

@kcbanner
Created June 2, 2011 01:08
Show Gist options
  • Save kcbanner/1003728 to your computer and use it in GitHub Desktop.
Save kcbanner/1003728 to your computer and use it in GitHub Desktop.
Tired of restarting netcat
#!/usr/bin/env python2
import subprocess
while True:
subprocess.call(['nc', 'localhost', '5206'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment