Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created September 3, 2013 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/6429018 to your computer and use it in GitHub Desktop.
Save isaacs/6429018 to your computer and use it in GitHub Desktop.
$ ./node --context='foo.js one' foo.js main
main 1378239586623
> main 1378239586623 1378239587636
main ending
undefined
> process.argv
[ '', '', 'one' ]
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment