Skip to content

Instantly share code, notes, and snippets.

@nicklasos
Created August 29, 2016 10:07
Show Gist options
  • Save nicklasos/d65df21637027a4d936b41d07e33d24e to your computer and use it in GitHub Desktop.
Save nicklasos/d65df21637027a4d936b41d07e33d24e to your computer and use it in GitHub Desktop.
GIT, git
#!/usr/bin/env bash
REGEX="\sdd\((.*)\);|\/\/\sREMOVE"
DD=$(egrep -r ${REGEX} ./app)
if [[ ${DD} ]]
then
echo "$DD"
exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment