talimat 148 B

12345678910111213
  1. version=1.6
  2. source=(http://ftp.gnu.org/gnu/gzip/gzip-$version.tar.xz)
  3. derle()
  4. {
  5. cd gzip-$version
  6. ./configure --prefix=/tools
  7. make
  8. make install
  9. }