Skip to content

Instantly share code, notes, and snippets.

@GedMullen
Last active November 11, 2015 11:25
Show Gist options
  • Save GedMullen/562bc9b339a4989dff66 to your computer and use it in GitHub Desktop.
Save GedMullen/562bc9b339a4989dff66 to your computer and use it in GitHub Desktop.
var i = 3;
while(i < process.argv.length){
console.log(process.argv[i] + " " + process.argv[i+1]);
i=i+2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment