1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Quiet unzip

This commit is contained in:
James Duley 2016-05-19 23:56:50 +01:00
parent 79e70ae00b
commit 21eb0cfa27

View File

@ -76,7 +76,7 @@ function download_file
#2 The output directory
function zip_extract
{
unzip "$1" -d "$2"
unzip -q "$1" -d "$2"
}
## Extracts a 7zip file