watchexec/test/print_hi.py

6 lines
58 B
Python
Raw Normal View History

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