[go: up one dir, main page]

Menu

[r150]: / bin / colorcvs  Maximize  Restore  History

Download this file

5 lines (4 with data), 109 Bytes

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