pm2/lib/CLI/interpreter.json

10 lines
133 B
JSON

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