xref: /freebsd/tools/build/make_check/shell_test.sh (revision 2cef62886dc7c33ca01f70ca712845da1e55b470)
1#!/bin/sh
2echo $@
3if ! test -t 0 ; then
4	cat
5fi
6