From ea30a5fd0a46d137d98d5e5114fecae1439fc339 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 3 Jan 2022 09:58:00 +0100 Subject: [PATCH] Do not wait for a linefeed after each zip --- bin/unzip_all | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/unzip_all b/bin/unzip_all index 5110961..e6f0845 100755 --- a/bin/unzip_all +++ b/bin/unzip_all @@ -6,6 +6,5 @@ find . -type f -name '*.zip' -exec sh -c ' zipdir=$(basename "$file" .zip) #echo "$zipdir $file" unzip -d "$zipdir" "$file" - read line