lib/scripts/ucat
author wenzelm
Tue, 22 Apr 1997 11:37:12 +0200
changeset 3007 e5efa177ee0c
parent 2579 4af1023fc6bf
permissions -rwxr-xr-x
removed -norc;

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

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