Merge pull request #3477 from radarhere/download-and-extract

Corrected usage statement
This commit is contained in:
Hugo 2018-11-25 17:36:39 +02:00 committed by GitHub
commit 080bfd3ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#!/bin/sh
# Usage: ./download-and-extract.sh something.tar.gz https://example.com/something.tar.gz
# Usage: ./download-and-extract.sh something https://example.com/something.tar.gz
archive=$1
url=$2