From 5237b119c0cd48e1dfed5918befae22ecb8c657c Mon Sep 17 00:00:00 2001 From: Abdulrahman Date: Mon, 19 Feb 2018 05:10:45 -0600 Subject: [PATCH 01/10] my first commit --- alju3541-testfile.adoc | 1 + 1 file changed, 1 insertion(+) create mode 100644 alju3541-testfile.adoc diff --git a/alju3541-testfile.adoc b/alju3541-testfile.adoc new file mode 100644 index 0000000..557db03 --- /dev/null +++ b/alju3541-testfile.adoc @@ -0,0 +1 @@ +Hello World From 47680b29b1a3686d30cf15cb3319ece6975fef68 Mon Sep 17 00:00:00 2001 From: Abdulrahman Date: Mon, 19 Feb 2018 05:13:01 -0600 Subject: [PATCH 02/10] second commit --- alju3541-testfile.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/alju3541-testfile.adoc b/alju3541-testfile.adoc index 557db03..5218ccd 100644 --- a/alju3541-testfile.adoc +++ b/alju3541-testfile.adoc @@ -1 +1,2 @@ Hello World +Hello Again From 98b640c3a743e1a8639250dac9a131e357eca377 Mon Sep 17 00:00:00 2001 From: Abdulrahman Date: Sat, 24 Feb 2018 03:23:59 +0000 Subject: [PATCH 03/10] third commit --- alju3541-testfile.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alju3541-testfile.adoc b/alju3541-testfile.adoc index 5218ccd..d71dba4 100644 --- a/alju3541-testfile.adoc +++ b/alju3541-testfile.adoc @@ -1,2 +1,2 @@ -Hello World +Hello Mars Hello Again From da5058103cf28c5839281d5b1441cb3b75809d37 Mon Sep 17 00:00:00 2001 From: Abdulrahman Date: Sat, 24 Feb 2018 03:38:40 +0000 Subject: [PATCH 04/10] script commit --- alju3541-Lab02.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 alju3541-Lab02.sh diff --git a/alju3541-Lab02.sh b/alju3541-Lab02.sh new file mode 100755 index 0000000..8bbc08c --- /dev/null +++ b/alju3541-Lab02.sh @@ -0,0 +1,11 @@ +#!/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 install -y tree +apt-get install -y git + From 9d53b81e7456eb3e21aa93293ccdcaf4acf84538 Mon Sep 17 00:00:00 2001 From: Abdulrahman Date: Sat, 24 Feb 2018 03:59:20 +0000 Subject: [PATCH 05/10] 2nd script commit --- alju3541-Lab02.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/alju3541-Lab02.sh b/alju3541-Lab02.sh index 8bbc08c..96910c7 100755 --- a/alju3541-Lab02.sh +++ b/alju3541-Lab02.sh @@ -4,6 +4,7 @@ # Put commands below # To run, type ./YourID-Lab02.sh (you need the "./") # It must have permissions starting with a "7" +sudo apt-get update 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 install -y tree From da5734fe4fc56dea28f9b961be920b1944a95098 Mon Sep 17 00:00:00 2001 From: Abdulrahman Date: Sat, 24 Feb 2018 06:01:46 +0000 Subject: [PATCH 06/10] 2nd script commit --- alju3541-Lab02.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alju3541-Lab02.sh b/alju3541-Lab02.sh index 96910c7..5a17131 100755 --- a/alju3541-Lab02.sh +++ b/alju3541-Lab02.sh @@ -5,8 +5,8 @@ # To run, type ./YourID-Lab02.sh (you need the "./") # It must have permissions starting with a "7" sudo apt-get update -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 vagrant/main/{A/{B,C,D},E/{F,G},H/{I,J/{K,L},M}} +touch vagrant/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 install -y tree apt-get install -y git From 89931d9605a08922597d7351ba1ee3c5bee7d64c Mon Sep 17 00:00:00 2001 From: Abdulrahman Date: Sat, 24 Feb 2018 06:06:53 +0000 Subject: [PATCH 07/10] script commit --- alju3541-Lab02.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 alju3541-Lab02.sh diff --git a/alju3541-Lab02.sh b/alju3541-Lab02.sh deleted file mode 100755 index 5a17131..0000000 --- a/alju3541-Lab02.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/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" -sudo apt-get update -mkdir -p vagrant/main/{A/{B,C,D},E/{F,G},H/{I,J/{K,L},M}} -touch vagrant/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 install -y tree -apt-get install -y git - From 476e6cab02091a2cb3c5d5b4952969f8e3f575ba Mon Sep 17 00:00:00 2001 From: ajulayfi Date: Sat, 24 Feb 2018 06:29:10 +0000 Subject: [PATCH 08/10] script commit --- alju3541-Lab02.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 alju3541-Lab02.sh diff --git a/alju3541-Lab02.sh b/alju3541-Lab02.sh new file mode 100755 index 0000000..bfc2bb2 --- /dev/null +++ b/alju3541-Lab02.sh @@ -0,0 +1,7 @@ +#!/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" + From 006d5dcca85d48d79dc6c49447efce1680a1ea7b Mon Sep 17 00:00:00 2001 From: ajulayfi Date: Sat, 24 Feb 2018 06:59:59 +0000 Subject: [PATCH 09/10] 2nd script commit --- alju3541-Lab02.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/alju3541-Lab02.sh b/alju3541-Lab02.sh index bfc2bb2..1eecccc 100755 --- a/alju3541-Lab02.sh +++ b/alju3541-Lab02.sh @@ -4,4 +4,8 @@ # Put commands below # To run, type ./YourID-Lab02.sh (you need the "./") # It must have permissions starting with a "7" - +sudo apt-get update +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 install -y tree +apt-get install -y git From a676ac7571f822bb0d7366d13fe9411f2b0d07f1 Mon Sep 17 00:00:00 2001 From: ajulayfi Date: Sat, 24 Feb 2018 02:10:01 -0600 Subject: [PATCH 10/10] Vagrantfile commit --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index f5a3c8c..9852c6f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,5 +5,5 @@ Vagrant.configure(2) do |config| config.vm.box = "ubuntu/xenial64" config.vm.box_url = "/var/vagrant/boxes/xenial64.box" - +config.vm.provision :shell, path: "./alju3541-Lab02.sh" end