pm2/lib/interpreter.json
2014-12-25 21:19:56 +01:00

10 lines
133 B
JSON

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