Skip to content

Instantly share code, notes, and snippets.

@chrisxaustin
Created June 20, 2016 21:04
Show Gist options
  • Save chrisxaustin/ea3e8ceb3eb164e6de970283ec0a7406 to your computer and use it in GitHub Desktop.
Save chrisxaustin/ea3e8ceb3eb164e6de970283ec0a7406 to your computer and use it in GitHub Desktop.
gpom - grep within pom.xml in this directory and in subdirectories
#!/bin/sh
grep $* pom.xml */pom.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment