Skip to content

Instantly share code, notes, and snippets.

@rhodey
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save rhodey/ec47ce821c3b08d6f0f6 to your computer and use it in GitHub Desktop.

Select an option

Save rhodey/ec47ce821c3b08d6f0f6 to your computer and use it in GitHub Desktop.
mvn-pollr.sh
GROUP="org/whispersystems"
ARTIFACT="libpastelog"
VERSION="1.0.1"
EMAIL="rhodey@anhonesteffort.org"
if curl "https://repo1.maven.org/maven2/$GROUP/$ARTIFACT/" | grep "$VERSION/"; then
echo "is available! :D" | mail -s "$ARTIFACT $VERSION" $EMAIL
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment