mirror of
https://github.com/sheumann/hush.git
synced 2024-11-14 05:05:59 +00:00
5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
busybox sed -e s/1/2/g -e s/3/4/g >output <<EOF
|
||
|
1
|
||
|
EOF
|
||
|
echo 2 | cmp -s output -
|