]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/make/tests/shell/meta/sh
MFC: r264832
[FreeBSD/stable/10.git] / usr.bin / make / tests / shell / meta / sh
1 #!/bin/sh
2 # $FreeBSD$
3 echo "$@"
4 if ! test -t 0 ; then
5         cat
6 fi