recurse into directories for hashing

Este commit está contenido en:
Jeffrey Paul 2018-09-20 17:47:33 -07:00
padre 587874172d
commit d47dfa7bc6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -7,5 +7,5 @@ if [[ -e ./SHASUMS ]]; then
exit 1
fi
shasum * > SHASUMS
find . -type f ! -name 'SHASUMS' -exec shasum {} \; >> SHASUMS
gpg -u $SNEAK_KEY_ID -a --output SHASUMS.sig --detach-sig SHASUMS