xref
: /
freebsd-src
/
usr.bin
/
bmake
/
tests
/
shell
/
builtin
/
sh
(revision 5ffd83dbcc34f10e07f6d3e968ae6365869615f4)
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