#!/bin/sh
# $FreeBSD: src/tools/regression/usr.bin/make/shell/replace/shell,v 1.1 2005/05/31 14:13:04 harti Exp $
echo $@
if ! test -t 0 ; then
	cat
fi
