mirror of
https://github.com/sheumann/hush.git
synced 2024-11-19 23:31:39 +00:00
bfa1b2e8e8
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
# FEATURE: CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K
|
|
|
|
d=/bin
|
|
du -s "$d" > logfile.gnu
|
|
busybox du -s "$d" > logfile.bb
|
|
cmp logfile.gnu logfile.bb
|