sh revision 146822
1#!/bin/sh
2# $FreeBSD: head/tools/regression/usr.bin/make/shell/meta/sh 146822 2005-05-31 14:13:07Z harti $
3echo "$@"
4if ! test -t 0 ; then
5	cat
6fi
7