9 lines
178 B
Bash
9 lines
178 B
Bash
#! /bin/sh
|
|
# Copyright (C) 2002, Earnie Boyd
|
|
# mailto:earnie@users.sf.net
|
|
# This file is a part of Minimal SYStem
|
|
# http://www.mingw.org/msys.html
|
|
# File: gunzip
|
|
|
|
gzip -d $@
|