Skip to content

Instantly share code, notes, and snippets.

@nna774
Created August 5, 2016 10:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nna774/695479b0cf94b671915381d41881654f to your computer and use it in GitHub Desktop.
Save nna774/695479b0cf94b671915381d41881654f to your computer and use it in GitHub Desktop.
#! /bin/sh
git grep -q binding.pry
if [ $? -eq 0 ]; then
echo "binding.pry aru yo!" >&2
exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment