shelllings

a practical way to learn shell
git clone https://git.davidvoz.net/shelllings.git
index
logs
tree
license

29_gzip.sh
1#!/bin/sh
2
3# gzip (gunzip) is a GNU file compression and expansion tool that comes
4# with most linux distrobutions. Use the --help option to know how to
5# compress the LICENSE file into a new file LICENSE.gz, leaving LICENSE
6# unchanged. If successful, don't worry about having to remove the .gz
7# file, shelllings.sh will take care of that.
8
9