What does “#!/bin/env” mean (at the top of a node.js script)?

后端 未结 2 1596
难免孤独
难免孤独 2021-01-31 02:05

I found serval node.js projects that have this at top of their app.js (as in this openshift program):

#!/bin/env node

What does th

2条回答
提交回复
热议问题