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