#!/bin/bash set -e pylint -f parseable --rcfile tox.ini "$@" | tee pylint.out; test $PIPESTATUS -eq 0