pm2/lib/interpreter.json
2014-09-04 12:03:44 +02:00

10 lines
133 B
JSON

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