1
0
Fork 0
zutils/zutilsrc
Daniel Baumann bd6a3e4e88
Merging upstream version 1.11.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-24 06:00:56 +01:00

17 lines
466 B
Text

#
# Runtime Configuration file for Zutils
#
# Zutils looks for this file in:
# 1 - $HOME/.zutilsrc
# 2 - ${sysconfdir}/zutilsrc
# This file sets the compressor and options to be used for each format.
# The command line options override compressors specified in this file.
# Syntax: <format> = <compressor> [options]
# Uncomment each line you want to take effect.
# bz2 = lbzip2 -n2
# gz = pigz -p2
# lz = plzip -n2
# xz = pixz -p2
# zst = zstd -T2