#!/bin/sh # cvs Update Quiet exec cvs -q update "$@" 2>&1 \ | egrep -v '^[UP\?]' \ | tty-colour-cvs