Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save two7sclash-zz/84640af26d033ac93fd57a85a78f0ffb to your computer and use it in GitHub Desktop.
Save two7sclash-zz/84640af26d033ac93fd57a85a78f0ffb to your computer and use it in GitHub Desktop.
recursive bulk flowgen application for bash/zsh
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