gunzip.in   [plain text]


#!/bin/sh
PATH=BINDIR:$PATH
exec gzip -d "$@"