File: zutilsrc

package info (click to toggle)
zutils 1.5-5%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 516 kB
  • sloc: cpp: 2,913; sh: 634; makefile: 200
file content (16 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
#                 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