lib/scripts/ucat
author wenzelm
Fri, 24 Oct 1997 17:13:21 +0200
changeset 3991 4cb2f2422695
parent 3007 e5efa177ee0c
permissions -rwxr-xr-x
ProtoPure.thy;

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

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