sh -c node test.js is not reading test.js It just opens a node shell. However if i do sh -c \'node test.js\' then it works fine. But the p
sh -c node test.js
test.js
sh -c \'node test.js\'