mirror of
https://github.com/sheumann/hush.git
synced 2025-02-07 19:30:43 +00:00
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
|