1#!/bin/sh
2# $FreeBSD: releng/10.3/usr.bin/bmake/tests/shell/builtin/sh 146822 2005-05-31 14:13:07Z harti $
3echo "$@"
4if ! test -t 0 ; then
5	cat
6fi
7