Add bash 2.05b

This commit is contained in:
fosslinux 2021-01-15 12:19:43 +11:00
parent e0d72a85b2
commit c1454a5db6
12 changed files with 293 additions and 2 deletions

View file

@ -97,9 +97,15 @@ cd bzip2-1.0.8
kaem --file ../bzip2-1.0.8.kaem
cd ..
# Part 15: m4
# Part 15: bash
/after/bin/gunzip bash-2.05b.tar.gz
/after/bin/tar xf bash-2.05b.tar
cd bash-2.05b
kaem --file ../bash-2.05b.kaem
cd ..
# Part 16: m4
/after/bin/gunzip m4-1.4.tar.gz
/after/bin/tar xf m4-1.4.tar
cd m4-1.4
kaem --file ../m4-1.4.kaem
cd ..