lib/scripts/ucat
author paulson
Mon, 29 Sep 1997 11:44:56 +0200
changeset 3727 ed63c05d7992
parent 3007 e5efa177ee0c
permissions -rwxr-xr-x
Added Safe_tac; all other default claset tactics now dereference "claset" only when given the proof state

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

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