#!/bin/sh
# $FreeBSD: stable/6/tools/regression/usr.bin/make/shell/replace/shell 146822 2005-05-31 14:13:07Z harti $
echo $@
if ! test -t 0 ; then
	cat
fi
