mirror of
https://github.com/sheumann/hush.git
synced 2025-02-07 04:31:22 +00:00
4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
|
ls -1 .. > logfile.gnu
|
||
|
busybox ls -1 .. > logfile.bb
|
||
|
cmp logfile.gnu logfile.bb
|