]> granicus.if.org Git - curl/commitdiff
Remind about the gpg command lines
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 May 2003 06:33:13 +0000 (06:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 May 2003 06:33:13 +0000 (06:33 +0000)
maketgz

diff --git a/maketgz b/maketgz
index 92dc131c7d223faa36a52e23cc1280ab3d488b09..89ced3d6651a87be1f5b238e79637b6873836d6e 100755 (executable)
--- 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"