Skip to content

Instantly share code, notes, and snippets.

@meeech
Created October 12, 2015 19:31
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 meeech/8188f9f7722a413ed65e to your computer and use it in GitHub Desktop.
Save meeech/8188f9f7722a413ed65e to your computer and use it in GitHub Desktop.
jsbeautify everything in a folder
ls -LR Scripts/**/**/*.js | xargs -L1 js-beautify -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment