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