💚 print md5

pull/548/head
微凉 2021-11-04 21:34:52 +08:00
parent 254b6c6f79
commit 8255ef4346
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ mv alist-* build
cd build || exit cd build || exit
upx -9 ./* upx -9 ./*
find . -type f -print0 | xargs -0 md5sum > md5.txt find . -type f -print0 | xargs -0 md5sum > md5.txt
cat md5.txt
# compress file (release) # compress file (release)
if [ "$1" == "release" ]; then if [ "$1" == "release" ]; then
mkdir compress mkdir compress