mirror of
https://github.com/sheumann/hush.git
synced 2024-11-18 01:11:52 +00:00
14 lines
74 B
Plaintext
14 lines
74 B
Plaintext
|
busybox sed 'G'>output <<EOF
|
||
|
a
|
||
|
b
|
||
|
c
|
||
|
EOF
|
||
|
cmp -s output - <<EOF
|
||
|
a
|
||
|
|
||
|
b
|
||
|
|
||
|
c
|
||
|
|
||
|
EOF
|