/
githubmirror
/
pm2
Обзор
Документация
Войти
/
githubmirror
/
pm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
lib/templates/sample-apps/python-app/echo.py
7 строк
122 B
Unitech
feature: pm2 create command
04 ноя 2019, 12:07
04 ноя 2019, 12:07
6f89f0e
Код
Авторство
О чём код?
#!/usr/bin/python import time while 1: print("Start : %s" % time.ctime()) print("second line") time.sleep(1)