mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
2 lines
68 B
Text
2 lines
68 B
Text
echo I WANT >foo
|
|
test "$(busybox dd if=foo 2>/dev/null)" = "I WANT"
|