#!/bin/sh
PATH_SEPARATOR=:
PATH=${GZIP_BINDIR-'/dev/env/DJDIR/bin'}:$PATH
exec gzip -cd "$@"
