watchexec/test/print_hi.py
2016-12-15 09:41:10 -05:00

6 lines
58 B
Python

import time
while True:
print "hi"
time.sleep(1)