I have created my node script executable to execute some tasks grunt. On Windows, my node script works fine. But on Mac OS X (Yosemite), it\'s not working.
My node scri
You could also use vim:
vim script :se ff=unix :wq
That will confirm DOS-style newlines to Unix-style newlines.