Skip to content

Instantly share code, notes, and snippets.

@mattrobenolt
Created September 18, 2012 23:50
Show Gist options
  • Save mattrobenolt/3746786 to your computer and use it in GitHub Desktop.
Save mattrobenolt/3746786 to your computer and use it in GitHub Desktop.
try:
# Hang until we exit the script
while 1:
time.sleep(5)
except KeyboardInterrupt:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment