pm2/test/fixtures/binary-py-file.py
2020-06-30 11:14:00 +02:00

6 lines
61 B
Python

import time
while True:
print 'hello'
time.sleep(1)