From 9e5de31b94706a4be29d07157928f63bed1068c6 Mon Sep 17 00:00:00 2001 From: Ben Blanchard Date: Sat, 24 Sep 2016 11:38:37 -0500 Subject: [PATCH 1/7] my first commit --- BLAN0056-testfile.adoc | 1 + 1 file changed, 1 insertion(+) create mode 100644 BLAN0056-testfile.adoc diff --git a/BLAN0056-testfile.adoc b/BLAN0056-testfile.adoc new file mode 100644 index 0000000..557db03 --- /dev/null +++ b/BLAN0056-testfile.adoc @@ -0,0 +1 @@ +Hello World From 5b7b2b34269837304614700d3101f97184a737f3 Mon Sep 17 00:00:00 2001 From: Ben Blanchard Date: Sat, 24 Sep 2016 11:46:33 -0500 Subject: [PATCH 2/7] second commit --- BLAN0056-testfile.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/BLAN0056-testfile.adoc b/BLAN0056-testfile.adoc index 557db03..8254f87 100644 --- a/BLAN0056-testfile.adoc +++ b/BLAN0056-testfile.adoc @@ -1 +1,2 @@ Hello World +Hello World From ac2c18dcafc7fe64c4783326223bd877a7206a63 Mon Sep 17 00:00:00 2001 From: Ben Blanchard Date: Sat, 24 Sep 2016 11:48:37 -0500 Subject: [PATCH 3/7] third commit --- BLAN0056-testfile.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BLAN0056-testfile.adoc b/BLAN0056-testfile.adoc index 8254f87..819bf8e 100644 --- a/BLAN0056-testfile.adoc +++ b/BLAN0056-testfile.adoc @@ -1,2 +1,2 @@ -Hello World +Hello Mars Hello World From 4d04556c9da1966d6bcfc0791e402268cd579212 Mon Sep 17 00:00:00 2001 From: Ben Blanchard Date: Sat, 24 Sep 2016 17:25:34 +0000 Subject: [PATCH 4/7] script commit --- BLAN0056-Lab02.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 BLAN0056-Lab02.sh diff --git a/BLAN0056-Lab02.sh b/BLAN0056-Lab02.sh new file mode 100755 index 0000000..12229f1 --- /dev/null +++ b/BLAN0056-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}} +apt-get -y install tree +apt-get -y install git + From 26b054f0249a3dcd09fe8c34893d733a4df15fc5 Mon Sep 17 00:00:00 2001 From: Ben Blanchard Date: Sat, 24 Sep 2016 17:47:44 +0000 Subject: [PATCH 5/7] script commit --- BLAN0056-Lab02.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BLAN0056-Lab02.sh b/BLAN0056-Lab02.sh index 12229f1..13e718c 100755 --- a/BLAN0056-Lab02.sh +++ b/BLAN0056-Lab02.sh @@ -5,8 +5,8 @@ # 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}} +mkdir -p main/{A/{B,C,D},C/{E,F},D/{G,H/{J,K},I}} +touch main/{A/{aa,B/bb,C/cc,D/dd},C/{cc,E/ee,F/ff},D/{dd,G/gg,H/{hh,J/jj,K/kk},I/ii}} apt-get -y install tree apt-get -y install git From d66c24e91f0423dd9eaeb3c9515b750caca7ea84 Mon Sep 17 00:00:00 2001 From: Ben Blanchard Date: Sat, 24 Sep 2016 18:29:40 +0000 Subject: [PATCH 6/7] 2nd script commit --- BLAN0056-Lab02.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/BLAN0056-Lab02.sh b/BLAN0056-Lab02.sh index 13e718c..fff09f9 100755 --- a/BLAN0056-Lab02.sh +++ b/BLAN0056-Lab02.sh @@ -5,8 +5,7 @@ # To run, type ./YourID-Lab02.sh (you need the "./") # It must have permissions starting with a "7" -mkdir -p main/{A/{B,C,D},C/{E,F},D/{G,H/{J,K},I}} -touch main/{A/{aa,B/bb,C/cc,D/dd},C/{cc,E/ee,F/ff},D/{dd,G/gg,H/{hh,J/jj,K/kk},I/ii}} +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}} apt-get -y install tree apt-get -y install git - From d9e73846f1ed0cf973b8da70dae23dce2d704e77 Mon Sep 17 00:00:00 2001 From: Ben Blanchard Date: Sat, 24 Sep 2016 14:08:05 -0500 Subject: [PATCH 7/7] Updated Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 27726a7..e1a59d3 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,5 +5,5 @@ Vagrant.configure(2) do |config| config.vm.box = "precise64" config.vm.box_url = "/var/vagrant/boxes/precise64.box" - + config.vm.provision :shell, path: "./BLAN0056-Lab02.sh" end