xref: /freebsd/usr.bin/bmake/tests/shell/path/sh (revision e4d3f1e40ab3327e4ff6f689f54a64bd2ebc0568)
1#!/bin/sh
2# $FreeBSD$
3echo $@
4if ! test -t 0 ; then
5	cat
6fi
7