lib/scripts/ucat
author wenzelm
Fri, 07 Mar 1997 11:48:46 +0100
changeset 2754 59bd96046ad6
parent 2579 4af1023fc6bf
child 3007 e5efa177ee0c
permissions -rwxr-xr-x
moved settings comment to build;

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

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