mirror of
https://git.busybox.net/busybox
synced 2025-07-01 12:36:15 +02:00
5 lines
95 B
Text
5 lines
95 B
Text
# FEATURE: CONFIG_FEATURE_MD5_SHA1_SUM_CHECK
|
|
|
|
touch foo
|
|
md5sum foo > bar
|
|
busybox md5sum -c bar
|