]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - tools/regression/usr.bin/make/shell/meta/sh
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / tools / regression / usr.bin / make / shell / meta / sh
1 #!/bin/sh
2 # $FreeBSD$
3 echo "$@"
4 if ! test -t 0 ; then
5         cat
6 fi