4 lines
107 B
Plaintext
4 lines
107 B
Plaintext
|
echo i\'m a little teapot >foo
|
||
|
echo i\'m a little teapot | busybox tee bar >baz
|
||
|
cmp foo bar && cmp foo baz
|