[go: up one dir, main page]

Menu

[r120]: / bin / colorsvn  Maximize  Restore  History

Download this file

5 lines (4 with data), 101 Bytes

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