mirror of https://github.com/interlegis/sapl.git
3 changed files with 11 additions and 4 deletions
@ -1,7 +1,11 @@ |
|||
#!/bin/bash |
|||
|
|||
# Verifica se um breakpoint foi esquecido no código |
|||
me=`basename "$0"` |
|||
me="$0" |
|||
|
|||
git_project_root=$(git rev-parse --show-toplevel) |
|||
cd ${git_project_root} |
|||
|
|||
busca=`grep --color=auto --exclude=$me --exclude=ipython_log.py* -r -l "pdb.set_trace()" .` |
|||
|
|||
if [ ! -z "$busca" ] |
|||
Loading…
Reference in new issue