diff --git a/Vagrantfile b/Vagrantfile index f5a3c8c..4f966f6 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,5 +5,6 @@ Vagrant.configure(2) do |config| config.vm.box = "ubuntu/xenial64" config.vm.box_url = "/var/vagrant/boxes/xenial64.box" + config.vm.provision :shell, path: "./akht8823-Lab02.sh" end diff --git a/akht8823-Lab02.sh b/akht8823-Lab02.sh new file mode 100755 index 0000000..6c8d895 --- /dev/null +++ b/akht8823-Lab02.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# Starter shell script +# Rename as YourID-Lab02.sh +# Put commands below +# To run, type ./YourID-Lab02.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 update +sudo apt-get -y install tree +sudo apt-get -y install git diff --git a/akht8823-testfile.adoc b/akht8823-testfile.adoc new file mode 100644 index 0000000..f5ed0f9 --- /dev/null +++ b/akht8823-testfile.adoc @@ -0,0 +1,16 @@ +Hello Mars. + +Hello Again. + +A normal paragraph. + + A paragraph offset by at least one space becomes a literal paragraph. + All lines in a literal paragraph must be adjacent. + + A literal paragraph is displayed as preformatted text. + The text is shown in a fixed-width font. + Spaces and newlines, + like the ones in this sentence, + are preserved. + +Another normal paragraph.