build and run on file changes using node.js

I made a node.js app that builds and run handmade hero on file changes.

Source and instructions on github.

Edited by Erlend on
Now spawning only one cmd process which is calling all commands (shell.bat, build.bat and win32_handmade.exe), so no need to manually call shell.bat for auto builds - only call "node watch" when in misc folder.