PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
lib
/
templates
/
sample-apps
/
python-app
#!/usr/bin/python import time while 1: print("Start : %s" % time.ctime()) print("second line") time.sleep(1)
[+]
..
[-] package.json
[edit]
[-] ecosystem.config.js
[edit]
[-] README.md
[edit]
[-] echo.py
[edit]