xref
: /
freebsd
/
usr.bin
/
bmake
/
tests
/
shell
/
builtin
/
sh
(revision fd45b686f9d92f583366c75b22c04c7ee49709c0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
echo
"$@"
3
if
!
test
-t
0
;
then
4
cat
5
fi
6