Skip to content

Instantly share code, notes, and snippets.

@sugarshin
Created August 6, 2017 01:41
Show Gist options
  • Save sugarshin/5641f389d6bbb1bd6f615e199e1bdd8f to your computer and use it in GitHub Desktop.
Save sugarshin/5641f389d6bbb1bd6f615e199e1bdd8f to your computer and use it in GitHub Desktop.
REPOS=(\
$REPO0 \
$REPO1 \
)
for repo in "${REPOS[@]}"; do ag -s -G 'package.json' '(babelcli|d3.js|ffmepg|jquery.js|mysql.js|openssl.js)' $repo ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment