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