aboutsummaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-20 06:33:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-20 06:33:13 +0000
commit4da0428d9edf9c55bdf71121dc29271508dbca44 (patch)
treec9979037c4565ba4ce58ac120631a24a70532c48 /maketgz
parent8ee1177206157ea3d0a3e514a3a504ff59b18270 (diff)
Remind about the gpg command lines
Diffstat (limited to 'maketgz')
-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"