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