Created
January 4, 2017 05:11
-
-
Save marcodejongh/30928b32ac92a9ef6bd886e5a364394c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
npm run lint | grep '.*/partofpath/.*' | while read -r line ; do | |
echo "Processing $line" | |
# your code goes here | |
lebab --replace $line --transform args-rest | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment