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

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