summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmaketgz5
1 files changed, 5 insertions, 0 deletions
diff --git a/maketgz b/maketgz
index 92dc131c7..89ced3d66 100755
--- a/maketgz
+++ b/maketgz
@@ -134,3 +134,8 @@ echo ""
ls -l $targz $bzip2 $zip
md5sum $targz $bzip2 $zip
+
+echo "Run these commands:"
+echo "gpg -b -a $targz"
+echo "gpg -b -a $bzip2"
+echo "gpg -b -a $zip"