pm2/test/fixtures/python-script.py

7 lines
109 B
Python

import time
if __name__ == "__main__":
while 1:
print('Script.py: alive')
time.sleep(1)