shell_test.sh revision 138317
1#!/bin/sh
2# $FreeBSD: head/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