From 4da0428d9edf9c55bdf71121dc29271508dbca44 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 20 May 2003 06:33:13 +0000
Subject: [PATCH] Remind about the gpg command lines

---
 maketgz | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/maketgz b/maketgz
index 92dc131c7d..89ced3d665 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"
-- 
GitLab