lib/scripts/ucat
author berghofe
Wed, 06 Aug 1997 00:15:14 +0200
changeset 3600 5366dde08dba
parent 3007 e5efa177ee0c
permissions -rwxr-xr-x
Added some additional "use" commands for new files (browser_info.ML and thy_info.ML)

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

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