Skip to content

Instantly share code, notes, and snippets.

@webdesignberlin
Forked from emilong/destructuring-cli.js
Created October 16, 2016 20:17
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 webdesignberlin/41ed8cd3f5a922d20ce83726ba9a20ba to your computer and use it in GitHub Desktop.
Save webdesignberlin/41ed8cd3f5a922d20ce83726ba9a20ba to your computer and use it in GitHub Desktop.
#!/usr/bin/env node
// skip the first two args as they are node and this script
const [,,filepath] = process.argv;
doSomethingFSLike(filepath);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment