lib/scripts/ucat
author mueller
Thu, 12 Jun 1997 16:47:15 +0200
changeset 3433 2de17c994071
parent 3007 e5efa177ee0c
permissions -rwxr-xr-x
added deadlock freedom, polished definitions and proofs

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

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