Created
April 19, 2017 18:06
-
-
Save two7sclash-zz/84640af26d033ac93fd57a85a78f0ffb to your computer and use it in GitHub Desktop.
recursive bulk flowgen application for bash/zsh
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
shopt -s globstar | |
for f in **/*.d.js; do flowgen "$f" -o "${f%%.d.js}".flow.js; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment