Skip to content

Instantly share code, notes, and snippets.

@Jaxmetalmax
Created June 6, 2018 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jaxmetalmax/e2644337cbd76b9bee7b129a231f89cd to your computer and use it in GitHub Desktop.
Save Jaxmetalmax/e2644337cbd76b9bee7b129a231f89cd to your computer and use it in GitHub Desktop.
#!/bin/bash
python $(pwd)/.git/hooks/checkenv.py
if [[ $? -ne 0 ]]; then
echo -e "Check you .env files..."
exit 2;
else
exit 0;
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment