Created
November 18, 2019 03:17
-
-
Save rymawby/36f6f6c21a3f5aefbb83429fbecad544 to your computer and use it in GitHub Desktop.
Run wist linter of all ascii Brightscript files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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