[go: up one dir, main page]

Menu

[r150]: / bin / colormake  Maximize  Restore  History

Download this file

5 lines (4 with data), 111 Bytes

#!/usr/bin/env bash
#CTAFCONF, GPL, etc...
make "$@" 2>&1 | ~/.ctafconf/bin/colormake.pl
exit ${PIPESTATUS[0]}