mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
7 lines
108 B
Python
7 lines
108 B
Python
import time
|
|
|
|
if __name__ == "__main__":
|
|
while 1:
|
|
print 'Script.py: alive'
|
|
time.sleep(1)
|