python-barbicanclient/tools/hacking.sh

4 lines
73 B
Bash
Executable File

#!/bin/bash
flake8 barbicanclient | tee flake8.log
exit ${PIPESTATUS[0]}