mirror of
https://github.com/curl/curl.git
synced 2026-07-16 08:07:17 +03:00
offer a friendlier single-line command
This commit is contained in:
parent
b41e65a8e3
commit
cdb2552424
1 changed files with 2 additions and 4 deletions
6
maketgz
6
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue