xref: /freebsd/usr.bin/bmake/tests/shell/meta/sh (revision c7996ddf8000cfb19a9e91a636f56747860d03d7)
1#!/bin/sh
2# $FreeBSD$
3echo "$@"
4if ! test -t 0 ; then
5	cat
6fi
7