Skip to content
Snippets Groups Projects
Commit 269e65ec authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: use plzip for parallel execution

parent 9dc5a87c
No related branches found
No related tags found
No related merge requests found
......@@ -34,5 +34,5 @@ case $1 in
esac
if [[ -e "${2}" && -f "${2}" ]]; then
exec lzip --decompress --threads $( nproc --all ) --stdout "${2}" | grep --color "${1}"
plzip --decompress --threads $( nproc --all ) --stdout "${2}" | grep --color "${1}" -
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment