Spacebrew / spacebrew

A dynamic re-routable software toolkit for choreographing interactive spaces.
MIT License
222 stars 47 forks source link

made node scripts directly executable #50

Closed quinkennedy closed 10 years ago

quinkennedy commented 10 years ago

added shebang at top of node files and made them executable so you no longer need to call node when running them:

This is helpful for automation scripts which start the process in screen: screen -L -d -m -S spacebrew ./node_server_forever.js