Sign Run

Runs scripts


In [4]:
import os
import time

In [ ]:
while 1 == 1:
    os.system('python /home/wcmckee/github/signinlca/haltusers.py')
    time.sleep(60)

In [ ]: