lib/scripts/ucat
author paulson
Thu, 25 Sep 1997 12:32:14 +0200
changeset 3714 ab3b4ceb61dc
parent 3007 e5efa177ee0c
permissions -rwxr-xr-x
Deleted obsolete version of clarify_tac

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

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