1
0
Fork 0
forked from len0rd/rockbox

New md5sum plugin. Open a file, a directory or just launch it from the plugin menu to create an md5sum of the file, the directory's contents or the whole filesystem. If the file's extension is .md5 or .md5sum, it will check the md5 sums in the file instead. If the file's extension is .md5list it will compute md5 sums for all the files listed.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17709 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2008-06-10 13:20:05 +00:00
parent f52696ef8a
commit 34d4165f7b
7 changed files with 522 additions and 0 deletions

View file

@ -150,3 +150,5 @@ invadrox.c
superdom.c
#endif
#endif /* m:robe 500 */
md5sum.c