Skip to content

Instantly share code, notes, and snippets.

@alkema
Created June 14, 2011 19:54
Show Gist options
  • Save alkema/1025720 to your computer and use it in GitHub Desktop.
Save alkema/1025720 to your computer and use it in GitHub Desktop.
node argv
var sys = require('sys');
var arguments = process.argv.splice(2)[0];
console.log(sys.inspect(arguments))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment