From cdb25524241578da488755674f7bacee316dd078 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 15 Sep 2007 21:06:11 +0000 Subject: offer a friendlier single-line command --- maketgz | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'maketgz') 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" -- cgit v1.2.3