Skip to content

Instantly share code, notes, and snippets.

@gberger
Last active August 29, 2015 13:59
Show Gist options
  • Save gberger/10501832 to your computer and use it in GitHub Desktop.
Save gberger/10501832 to your computer and use it in GitHub Desktop.
Test all io.vtex.com.br dependencies
for i in `find src -type f -name \*.html | xargs grep 'io.vtex.com.br[^"]*' -oh`; do echo $i; echo -ne ' -> '; curl -Is $i | head -1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment