Skip to content

Instantly share code, notes, and snippets.

@rymawby
Created November 18, 2019 03:17
Show Gist options
  • Save rymawby/36f6f6c21a3f5aefbb83429fbecad544 to your computer and use it in GitHub Desktop.
Save rymawby/36f6f6c21a3f5aefbb83429fbecad544 to your computer and use it in GitHub Desktop.
Run wist linter of all ascii Brightscript files
find . -type f -name '*.brs' -exec file --mime {} \; | grep -v 'utf-8\|binary' | sed 's/:.*//' | xargs -P 8 wist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment