1
0
mirror of https://github.com/sheumann/hush.git synced 2025-02-25 16:29:01 +00:00

5 lines
91 B
Plaintext

d=/bin
du -s "$d" > logfile.gnu
busybox du -s "$d" > logfile.bb
cmp logfile.gnu logfile.bb