lib/scripts/ucat
author paulson
Wed, 05 Mar 1997 10:07:04 +0100
changeset 2727 230f2643107e
parent 2579 4af1023fc6bf
child 3007 e5efa177ee0c
permissions -rwxr-xr-x
Eta-expanded declarations of addSIs2, etc., to avoid polymorphism errors

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

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