Edit File: gunzip
#!/bin/sh PATH=${GZIP_BINDIR-'/bin'}:$PATH exec gzip -d "$@"
Back to File Manager