[go: up one dir, main page]

Menu

[r129]: / bin / colormake  Maximize  Restore  History

Download this file

5 lines (4 with data), 103 Bytes

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