lib/scripts/ucat
author paulson
Tue, 01 Jul 1997 10:45:59 +0200
changeset 3473 c2334f9532ab
parent 3007 e5efa177ee0c
permissions -rwxr-xr-x
New and stronger lemmas; more default simp/cla rules

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

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