Initial public busybox upstream commit
[busybox4maemo] / testsuite / tee / tee-appends-input
1 echo i\'m a little teapot >foo
2 cp foo bar
3 echo i\'m a little teapot >>foo
4 echo i\'m a little teapot | busybox tee -a bar >/dev/null
5 cmp foo bar