Add start delineators to command output

This commit is contained in:
2021-11-06 13:35:30 -04:00
parent d07d37d08e
commit 6e110b178c
2 changed files with 2 additions and 2 deletions

2
lint
View File

@ -7,7 +7,7 @@ fi
pushd $( git rev-parse --show-toplevel ) &>/dev/null
echo "Linting..."
echo ">>> Linting..."
flake8
ret=$?
if [[ $ret -eq 0 ]]; then