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