xref
: /
freebsd
/
tools
/
build
/
make_check
/
shell_test.sh
(revision ffac39deae0a2e50aa8d1197d15b8d0bb7e778fd)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
# $FreeBSD$
3
echo
$@
4
if
!
test
-t
0
;
then
5
cat
6
fi
7