talimat 147 B

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