Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
app
/
busybox
/
src
/
testsuite
/
tee
/
tee-tees-input
blob: 26e21738483a3e0c328ce5e567f939d0b5e4e6d3 [
file
] [
log
] [
blame
]
echo i\'m a little teapot
>
foo
echo i\'m a little teapot
|
busybox tee bar
>
baz
cmp foo bar
&&
cmp foo baz