mirror of
https://github.com/sheumann/hush.git
synced 2024-12-31 11:31:19 +00:00
10 lines
74 B
Plaintext
10 lines
74 B
Plaintext
|
busybox sed -n 'N;p'>output <<EOF
|
||
|
a
|
||
|
b
|
||
|
c
|
||
|
EOF
|
||
|
cmp -s output - <<EOF
|
||
|
a
|
||
|
b
|
||
|
EOF
|