From dfb9f295543dd6b2c9a7b6978748aa81e9a3b416 Mon Sep 17 00:00:00 2001 From: Fahd Date: Fri, 23 Sep 2016 20:15:03 -0500 Subject: [PATCH 1/4] my first commit --- 101056625-testfile.adoc | 1 + alha0007-testfile.adoc | 1 + 2 files changed, 2 insertions(+) create mode 100644 101056625-testfile.adoc create mode 100644 alha0007-testfile.adoc diff --git a/101056625-testfile.adoc b/101056625-testfile.adoc new file mode 100644 index 0000000..0e551e3 --- /dev/null +++ b/101056625-testfile.adoc @@ -0,0 +1 @@ +"Hello World." diff --git a/alha0007-testfile.adoc b/alha0007-testfile.adoc new file mode 100644 index 0000000..0e551e3 --- /dev/null +++ b/alha0007-testfile.adoc @@ -0,0 +1 @@ +"Hello World." From 40becc70505f92705d78f6ff3520b0ab609248a6 Mon Sep 17 00:00:00 2001 From: Fahd Date: Fri, 23 Sep 2016 20:21:44 -0500 Subject: [PATCH 2/4] third commit --- alha0007-testfile.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alha0007-testfile.adoc b/alha0007-testfile.adoc index 0e551e3..9259371 100644 --- a/alha0007-testfile.adoc +++ b/alha0007-testfile.adoc @@ -1 +1,2 @@ -"Hello World." +"Hello Mars." +"Hello Again" From 8a6e4e6cf59ca08dc107bd75742e17af4c48a833 Mon Sep 17 00:00:00 2001 From: Fahd Date: Sat, 24 Sep 2016 02:19:25 +0000 Subject: [PATCH 3/4] script commit --- alha0007-Lab02.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 alha0007-Lab02.sh diff --git a/alha0007-Lab02.sh b/alha0007-Lab02.sh new file mode 100755 index 0000000..fff09f9 --- /dev/null +++ b/alha0007-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 -y install tree +apt-get -y install git From 5759a68eea8284eae17eeadf7ded1e3ca4e8f564 Mon Sep 17 00:00:00 2001 From: Fahd Date: Sat, 24 Sep 2016 03:05:50 +0000 Subject: [PATCH 4/4] 2nd script commit --- alha0007-Lab02.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/alha0007-Lab02.sh b/alha0007-Lab02.sh index fff09f9..12229f1 100755 --- a/alha0007-Lab02.sh +++ b/alha0007-Lab02.sh @@ -9,3 +9,4 @@ 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 +