diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-09-15 21:06:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-09-15 21:06:11 +0000 |
commit | cdb25524241578da488755674f7bacee316dd078 (patch) | |
tree | 50d38c440c380c1f0238ddc8450934dce039599c | |
parent | b41e65a8e3ed8fdafb535328997bedc925f21e37 (diff) | |
download | curl-cdb25524241578da488755674f7bacee316dd078.tar.gz |
offer a friendlier single-line command
-rwxr-xr-x | maketgz | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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" |