#!/bin/bash
#
# $Id: ucat,v 1.5 1997/04/22 09:37:45 wenzelm Exp $
#
# ucat - uninterruptible cat.

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