mirror of
https://github.com/sheumann/hush.git
synced 2024-11-12 08:05:36 +00:00
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
|