pm2/lib/interpreter.json

9 lines
109 B
JSON

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