1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

offer a friendlier single-line command

This commit is contained in:
Daniel Stenberg 2007-09-15 21:06:11 +00:00
parent b41e65a8e3
commit cdb2552424

View File

@ -148,7 +148,5 @@ ls -l $targz $bzip2 $zip
md5sum $targz $bzip2 $zip md5sum $targz $bzip2 $zip
echo "Run these commands:" echo "Run this:"
echo "gpg -b -a $targz" echo "gpg -b -a $targz && gpg -b -a $bzip2 && gpg -b -a $zip"
echo "gpg -b -a $bzip2"
echo "gpg -b -a $zip"