watchexec/test/print_hi.py

6 lines
58 B
Python

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