lib/scripts/ucat
author wenzelm
Thu, 06 Feb 1997 18:40:23 +0100
changeset 2593 012be3cc5203
parent 2579 4af1023fc6bf
child 3007 e5efa177ee0c
permissions -rwxr-xr-x
removed getplatform, ISABELLE_OUTPUT_DIR;

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

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