Skip to content

Instantly share code, notes, and snippets.

@SkamDart
Created July 12, 2017 18:58
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 SkamDart/77e453f68dcb31ef4b0d94bd28ca9b29 to your computer and use it in GitHub Desktop.
Save SkamDart/77e453f68dcb31ef4b0d94bd28ca9b29 to your computer and use it in GitHub Desktop.
quick and dirty script to uncrustify hpic repo
find ~/hpic/includes/ -type f -name "*.h" | xargs uncrustify -c ~/.uncrustify.cfg --no-backup
find ~/hpic/src/ -type f -name "*.h" | xargs uncrustify -c ~/.uncrustify.cfg --no-backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment