var myArgs = process.argv.slice(2); console.log('myArgs: ', myArgs);
[ full-path-to-node-executable, full-path-to-the-script-file ...additonal-arguments-we-provide ]