mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
bfa1b2e8e8
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
# FEATURE: CONFIG_FEATURE_MD5_SHA1_SUM_CHECK
|
|
|
|
touch foo
|
|
md5sum foo > bar
|
|
busybox md5sum -c bar
|