offer a friendlier single-line command
authorDaniel Stenberg <daniel@haxx.se>
Sat, 15 Sep 2007 21:06:11 +0000 (21:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 15 Sep 2007 21:06:11 +0000 (21:06 +0000)
maketgz

diff --git a/maketgz b/maketgz
index 155e471..1fbbd64 100755 (executable)
--- 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"