mirror of
https://github.com/sheumann/hush.git
synced 2024-11-12 08:05:36 +00:00
5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
d=/bin
|
|
du -s "$d" > logfile.gnu
|
|
busybox du -s "$d" > logfile.bb
|
|
cmp logfile.gnu logfile.bb
|