lib/scripts/ucat
author wenzelm
Mon, 07 Jul 1997 09:06:26 +0200
changeset 3503 390093b95cb0
parent 3007 e5efa177ee0c
permissions -rwxr-xr-x
NOWRITE;

#!/bin/bash
#
# $Id$
#
# ucat - uninterruptible cat.

exec tee -i /dev/null "$@"