1
0
mirror of https://github.com/sheumann/hush.git synced 2025-03-01 12:30:09 +00:00
hush/testsuite/tee/tee-tees-input
2001-10-30 23:11:20 +00:00

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