# This table list all the compressors and their associated stdin decompressors
# that may be used by kit. They are referenced by their tag name.
#
# This file is formatted with tabstops set to 4 characters. Items in the row
# must be separated with tabs.

# Tag name	Compress prog	Stdin uncompress prog

default		compress -v		zcat
none		cat				cat
compress	compress -v		zcat
gzip		gzip -v9		gunzip -c
bzip		bzip2 -v9		cat - >b$$.bz2; bunzip2 -c b$$.bz2; rm -f b$$.bz2
