varsystem=require('system');if(system.args.length===1){console.log('trytopasssomeargswheninvokingthisscript!');}else{system.args.forEach(function(arg,i){console.log(i+':'+arg);})}phantom.exit();