Skip to content

Instantly share code, notes, and snippets.

@momenbasel
Last active February 26, 2021 18:52
Show Gist options
  • Save momenbasel/dfefa1d7ee9ca37d1f1e5b17549f2d03 to your computer and use it in GitHub Desktop.
Save momenbasel/dfefa1d7ee9ca37d1f1e5b17549f2d03 to your computer and use it in GitHub Desktop.
infiniteScript.py
#!/bin/python2.7
import subprocess
import time
while True:
proc = subprocess.Popen('./wifi-autopwner.sh', stdin=subprocess.PIPE)
proc.communicate("71")
time.sleep(720000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment