shell_test.sh revision 272461
1#!/bin/sh
2# $FreeBSD: releng/10.1/tools/build/make_check/shell_test.sh 138317 2004-12-02 17:00:58Z harti $
3echo $@
4if ! test -t 0 ; then
5	cat
6fi
7