[go: up one dir, main page]

Menu

[r130]: / bin / colorsvn  Maximize  Restore  History

Download this file

7 lines (4 with data), 111 Bytes

#!/usr/bin/env bash
#CTAFCONF, GPL, etc...


svn "$@" 2>&1 | ~/.ctafconf/bin/colorsvn.pl
exit ${PIPESTATUS[0]}