OSDN Git Service

Show sha256 digest of output files
[pukiwiki/pukiwiki_devel.git] / pack.sh
diff --git a/pack.sh b/pack.sh
index 0e1cc4e..21b0339 100755 (executable)
--- a/pack.sh
+++ b/pack.sh
@@ -55,3 +55,7 @@ pushd $PATCH_DIR
 popd
 cp -p ${PATCH_DIR}/*.patch.zip $OUTPUT_DIR/
 
+pushd $OUTPUT_DIR/
+  sha256sum *
+popd
+