summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/tests/shell/builtin/sh
blob: 3a507b87f6748ab1cbc6b0f2a3d806a1020cc469 (plain)
1
2
3
4
5
6
#!/bin/sh
# $FreeBSD$
echo "$@"
if ! test -t 0 ; then
	cat
fi
OpenPOWER on IntegriCloud