pm2/lib/CLI/interpreter.json
2016-07-02 13:05:15 +02:00

12 lines
206 B
JSON

{
".sh" : "bash",
".py" : "python",
".rb" : "ruby",
".php" : "php",
".pl" : "perl",
".js" : "node",
".coffee" : "coffee",
".ls" : "lsc",
".ts" : "ts-node"
}