#!/bin/sh
PATH=${GZIP_BINDIR-'/proj/mtk07701/Perforce/c4a/OSS/BDP_V301/BDP_Linux/oss/library/gzip/bin'}:$PATH
exec gzip -d "$@"
