Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.6
/
busybox
/
b2cf790ce23df9cace07ab4486c11f983c120d3d
/
.
/
busybox-1.19.3
/
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