lookingglass/hooks.sh
2019-12-31 12:03:23 -07:00

10 lines
No EOL
112 B
Bash
Executable file

#!/usr/bin/env bash
LC=$(./manage.py line-count-badge)
echo $LC
if [[ ! $? == 0 ]]; then
exit 1
fi
exit 0