mirror of
https://github.com/sheumann/hush.git
synced 2025-01-06 21:30:08 +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
|