#!/bin/dash
PROG=${0%-gz}
export COMPRESSOR=gzip COMP_EXT=gz
exec $PROG "$@"
