Skip to content

Commit

Permalink
suppress lz4 statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanoabdi committed Nov 30, 2019
1 parent bc32fa9 commit 9e3d23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ elif [[ $(7z l -ba $romzip | grep tar.md5 | gawk '{ print $NF }' | grep AP_) ]];
echo "$tarulist" | while read line; do
tar -xf "$i" "$line"
if [[ $(echo "$line" | grep "\.lz4") ]]; then
lz4 "$line"
lz4 -q "$line"
rm -f "$line"
line=$(echo "$line" | sed 's/\.lz4$//')
fi
Expand Down

0 comments on commit 9e3d23c

Please sign in to comment.