I found serval node.js projects that have this at top of their app.js (as in this openshift program):
app.js
#!/bin/env node
What does th
env is a shell command used to specify an interpreter.
env