#!/bin/zsh set -eo pipefail let jobs=$(nproc)-2 make -j$jobs $* | python /home/anna/bin/colors/make.py