mirror of
https://github.com/sheumann/hush.git
synced 2025-02-07 04:31:22 +00:00
5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
# FEATURE: CONFIG_FEATURE_HUMAN_READABLE
|
|
|
|
dd if=/dev/zero of=file bs=1M count=1 2>/dev/null
|
|
test x"`busybox du -h .`" = x"1.0M ."
|