From 4d52cc50ca59c3205a9b29bc6bb6cbdc5d989735 Mon Sep 17 00:00:00 2001 From: Hissah1 Date: Fri, 23 Sep 2016 23:35:14 -0500 Subject: [PATCH 01/10] my first commit --- 101119421-testfile.adoc | 1 + 1 file changed, 1 insertion(+) create mode 100644 101119421-testfile.adoc diff --git a/101119421-testfile.adoc b/101119421-testfile.adoc new file mode 100644 index 0000000..ae1136f --- /dev/null +++ b/101119421-testfile.adoc @@ -0,0 +1 @@ +Hissah From 06446c8274ceddf08a35eee9ae73f33d06a7ac69 Mon Sep 17 00:00:00 2001 From: Hissah1 Date: Sat, 24 Sep 2016 22:40:17 -0500 Subject: [PATCH 02/10] my first commit --- 101119421-testfile.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/101119421-testfile.adoc b/101119421-testfile.adoc index ae1136f..ea2d185 100644 --- a/101119421-testfile.adoc +++ b/101119421-testfile.adoc @@ -1 +1,2 @@ +Hello world ! Hissah From 679581958abba47834719689c0e9d4e2229a08a2 Mon Sep 17 00:00:00 2001 From: Hissah1 Date: Sat, 24 Sep 2016 22:41:57 -0500 Subject: [PATCH 03/10] second commit --- 101119421-testfile.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/101119421-testfile.adoc b/101119421-testfile.adoc index ea2d185..3c9e2e0 100644 --- a/101119421-testfile.adoc +++ b/101119421-testfile.adoc @@ -1,2 +1,4 @@ Hello world ! Hissah +Hello Again! + From 9215167c78637688ed43179c011a819134a8b9cf Mon Sep 17 00:00:00 2001 From: Hissah1 Date: Sat, 24 Sep 2016 22:43:46 -0500 Subject: [PATCH 04/10] third commit --- 101119421-testfile.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/101119421-testfile.adoc b/101119421-testfile.adoc index 3c9e2e0..086343d 100644 --- a/101119421-testfile.adoc +++ b/101119421-testfile.adoc @@ -1,4 +1,4 @@ -Hello world ! +Hello Mars ! Hissah Hello Again! From 0f22b3d07addca55ce402d55cc41cc924b7c91a1 Mon Sep 17 00:00:00 2001 From: Hissah1 Date: Sun, 25 Sep 2016 05:31:51 +0000 Subject: [PATCH 05/10] script commit --- 101119421-Lab02.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 101119421-Lab02.sh diff --git a/101119421-Lab02.sh b/101119421-Lab02.sh new file mode 100755 index 0000000..778129a --- /dev/null +++ b/101119421-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" +pwd +ls +echo "What is your name?" +read PERSON +echo "Hello, $PERSON" + From 838d4aebc28a98b06213b80b04a7eeda1f41fe42 Mon Sep 17 00:00:00 2001 From: Hissah1 Date: Sun, 25 Sep 2016 05:48:49 +0000 Subject: [PATCH 06/10] script commit --- 101119421-Lab02.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/101119421-Lab02.sh b/101119421-Lab02.sh index 778129a..94506f5 100755 --- a/101119421-Lab02.sh +++ b/101119421-Lab02.sh @@ -4,9 +4,7 @@ # Put commands below # To run, type ./YourID-Lab02.sh (you need the "./") # It must have permissions starting with a "7" -pwd -ls -echo "What is your name?" -read PERSON -echo "Hello, $PERSON" - +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 6e3306e63b39b9034461c649c1fe66d218f90f99 Mon Sep 17 00:00:00 2001 From: Hissah1 Date: Sun, 25 Sep 2016 06:56:21 +0000 Subject: [PATCH 07/10] script commit --- 101119421-Lab02.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/101119421-Lab02.sh b/101119421-Lab02.sh index 94506f5..ad4f7c5 100755 --- a/101119421-Lab02.sh +++ b/101119421-Lab02.sh @@ -4,7 +4,7 @@ # 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}} +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 d436b25c3bbc47b1421e5c97d12c51ea4592e51e Mon Sep 17 00:00:00 2001 From: Hissah1 Date: Sun, 25 Sep 2016 06:59:16 +0000 Subject: [PATCH 08/10] 2nd script commit --- 101119421-Lab02.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/101119421-Lab02.sh b/101119421-Lab02.sh index ad4f7c5..410bb4a 100755 --- a/101119421-Lab02.sh +++ b/101119421-Lab02.sh @@ -4,7 +4,8 @@ # 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},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 511603f91c28a9b78cf1becd68c24c1d1fb08a0a Mon Sep 17 00:00:00 2001 From: Hissah1 Date: Sun, 25 Sep 2016 02:05:44 -0500 Subject: [PATCH 09/10] Vagrantfile commit --- Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 27726a7..6d0372d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,4 +6,7 @@ Vagrant.configure(2) do |config| config.vm.box = "precise64" config.vm.box_url = "/var/vagrant/boxes/precise64.box" + +config.vm.box = "xenial64" + config.vm.provision :shell, path: "./101119421-Lab02.sh" end From 74b20aab58d1f8400baff696218a6210d63549c7 Mon Sep 17 00:00:00 2001 From: Hissah1 Date: Sun, 25 Sep 2016 02:22:46 -0500 Subject: [PATCH 10/10] second commit --- Vagrantfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 6d0372d..27726a7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,7 +6,4 @@ Vagrant.configure(2) do |config| config.vm.box = "precise64" config.vm.box_url = "/var/vagrant/boxes/precise64.box" - -config.vm.box = "xenial64" - config.vm.provision :shell, path: "./101119421-Lab02.sh" end