checksum : add recursive to single file - old version.
This commit is contained in:
parent
f105776271
commit
33386c9206
|
@ -95,6 +95,11 @@ checksum_check()
|
|||
fi
|
||||
}
|
||||
|
||||
checksum()
|
||||
{
|
||||
find -type f | parallel -j $(_core_count) -- sha1sum {} >> checksum.sha1
|
||||
}
|
||||
|
||||
_checksum_create()
|
||||
{
|
||||
local path="${1%/*}"
|
||||
|
|
Reference in a new issue