Skip to content

Instantly share code, notes, and snippets.

@emilong
Created October 13, 2016 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save emilong/cf3a772a2000df3047829e85782e8d77 to your computer and use it in GitHub Desktop.
Save emilong/cf3a772a2000df3047829e85782e8d77 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