From: Nicolas Boisselier Date: Wed, 20 Mar 2019 04:53:33 +0000 (+0000) Subject: etc/profile.d/functions X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=41d254ab6f303be1a845df7add5e8cf10441ae12;p=nb.git etc/profile.d/functions --- diff --git a/etc/profile.d/functions b/etc/profile.d/functions index a508fbe7..4299dcfe 100755 --- a/etc/profile.d/functions +++ b/etc/profile.d/functions @@ -301,7 +301,7 @@ unzipurl() { # NB 20.03.19 # NB 20.03.19 file="/tmp/unzipurl.$$.zip" - wget "$url" -O "$file" && unzip -v "$file" + wget "$url" -O "$file" && unzip "$file" rm "$file" }