]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/build/make_check/shell_test.sh
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / tools / build / make_check / shell_test.sh
1 #!/bin/sh
2 # $FreeBSD$
3 echo $@
4 if ! test -t 0 ; then
5         cat
6 fi