Path : /opt/nvm/versions/node/v14.15.3/lib/node_modules/pm2/lib/templates/sample-apps/python-app/ |
Current File : //opt/nvm/versions/node/v14.15.3/lib/node_modules/pm2/lib/templates/sample-apps/python-app/echo.py |
#!/usr/bin/python import time while 1: print("Start : %s" % time.ctime()) print("second line") time.sleep(1)