lib/scripts/ucat
author wenzelm
Tue, 28 Oct 1997 17:58:35 +0100
changeset 4029 22f2d1b17f97
parent 3007 e5efa177ee0c
permissions -rwxr-xr-x
PureThy.add_store_axioms_i;

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

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