summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-09-15 21:06:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-09-15 21:06:11 +0000
commitcdb25524241578da488755674f7bacee316dd078 (patch)
tree50d38c440c380c1f0238ddc8450934dce039599c /maketgz
parentb41e65a8e3ed8fdafb535328997bedc925f21e37 (diff)
downloadcurl-cdb25524241578da488755674f7bacee316dd078.tar.gz
offer a friendlier single-line command
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz6
1 files changed, 2 insertions, 4 deletions
diff --git a/maketgz b/maketgz
index 155e471df..1fbbd6494 100755
--- a/maketgz
+++ b/maketgz
@@ -148,7 +148,5 @@ 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"
+echo "Run this:"
+echo "gpg -b -a $targz && gpg -b -a $bzip2 && gpg -b -a $zip"