Skip to content

Instantly share code, notes, and snippets.

@filiptronicek
Last active May 28, 2020 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filiptronicek/84e2793df8a0a0904652a24e3a102a9a to your computer and use it in GitHub Desktop.
Save filiptronicek/84e2793df8a0a0904652a24e3a102a9a to your computer and use it in GitHub Desktop.
repeater
import subprocess as s
import sys
import time
delay = 30
def rpt()
s.call(["python",sys.argv[1])
time.sleep(delay)
rpt()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment