diff --git a/baza9762-Lab03.sh b/baza9762-Lab03.sh new file mode 100755 index 0000000..6cbb17f --- /dev/null +++ b/baza9762-Lab03.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# Starter shell script +# Rename as baza9762-Lab03.sh +# Put commands below +# To run, type ./starter.sh (you need the "./") +# It must have permissions starting with a "7" + + mkdir -p main/{A/{B,C,D},E/{F,G},H/{I,J/{K,L},M}} + touch main/{A/{aa,B/bb,C/cc,D/dd},E/{ee,F/ff,G/gg},H/{hh,I/ii,J/{jj,K/kk,L/ll},M/mm}} + +sudo apt-get install tree +sudo apt-get install git diff --git a/baza9762-testfile.md b/baza9762-testfile.md new file mode 100644 index 0000000..035e1ae --- /dev/null +++ b/baza9762-testfile.md @@ -0,0 +1,2 @@ +"Hello Mars" +"Hello Again"