From a645406a700f146439abba6ccab850fe4ff442c9 Mon Sep 17 00:00:00 2001 From: Abdullah Alawlah Date: Fri, 23 Sep 2016 20:39:56 -0500 Subject: [PATCH 1/4] my first commit --- alaw0002-testfile.adoc | 1 + alaw0002.adoc | 1 + 2 files changed, 2 insertions(+) create mode 100644 alaw0002-testfile.adoc create mode 100644 alaw0002.adoc diff --git a/alaw0002-testfile.adoc b/alaw0002-testfile.adoc new file mode 100644 index 0000000..3b18e51 --- /dev/null +++ b/alaw0002-testfile.adoc @@ -0,0 +1 @@ +hello world diff --git a/alaw0002.adoc b/alaw0002.adoc new file mode 100644 index 0000000..802992c --- /dev/null +++ b/alaw0002.adoc @@ -0,0 +1 @@ +Hello world From 570e3fd808e390aa4333e32bc9a8a321c7fac308 Mon Sep 17 00:00:00 2001 From: Abdullah Alawlah Date: Fri, 23 Sep 2016 20:46:09 -0500 Subject: [PATCH 2/4] second commit --- alaw0002-testfile.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/alaw0002-testfile.adoc b/alaw0002-testfile.adoc index 3b18e51..817c8d6 100644 --- a/alaw0002-testfile.adoc +++ b/alaw0002-testfile.adoc @@ -1 +1,2 @@ hello world +Hello again From 2373271f45569f308c60c1923bf6978829ba33de Mon Sep 17 00:00:00 2001 From: Abdullah Alawlah Date: Fri, 23 Sep 2016 20:48:49 -0500 Subject: [PATCH 3/4] third commit --- alaw0002-testfile.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alaw0002-testfile.adoc b/alaw0002-testfile.adoc index 817c8d6..f9262a8 100644 --- a/alaw0002-testfile.adoc +++ b/alaw0002-testfile.adoc @@ -1,2 +1,2 @@ -hello world +hello Mars Hello again From 5295492b43261c17f9074fb6389ba9a5c0ab4ebc Mon Sep 17 00:00:00 2001 From: Abdullah Date: Sat, 24 Sep 2016 02:32:34 +0000 Subject: [PATCH 4/4] script commit --- alaw0002-lab02.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 alaw0002-lab02.sh diff --git a/alaw0002-lab02.sh b/alaw0002-lab02.sh new file mode 100755 index 0000000..94506f5 --- /dev/null +++ b/alaw0002-lab02.sh @@ -0,0 +1,10 @@ +#!/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