Skip to content

Commit

Permalink
Adding sha256sum hash to build.sh output
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Nov 14, 2023
1 parent b424f7f commit a20e3e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,13 @@ esac

# report
echo "PACKED: $OUT ($(du -sh $OUT|awk '{print $1}'))"

case $EXT in
tar.bz2) tar -jvtf $OUT ;;
zip) unzip -l $OUT ;;
esac

echo "SHA256SUM:"
sha256sum $DIR/*

popd &> /dev/null

0 comments on commit a20e3e6

Please sign in to comment.