From cbaaa5885f2e3314c0d9907cfd761b52c69519a7 Mon Sep 17 00:00:00 2001 From: devon Date: Fri, 29 Sep 2017 19:04:02 -0500 Subject: [PATCH 1/4] my first commit --- cesm3262-testfile.adoc | 1 + 1 file changed, 1 insertion(+) create mode 100644 cesm3262-testfile.adoc diff --git a/cesm3262-testfile.adoc b/cesm3262-testfile.adoc new file mode 100644 index 0000000..557db03 --- /dev/null +++ b/cesm3262-testfile.adoc @@ -0,0 +1 @@ +Hello World From ba59fa60db6295d051b17c40bb0928d4e3134e9e Mon Sep 17 00:00:00 2001 From: devon Date: Fri, 29 Sep 2017 19:06:05 -0500 Subject: [PATCH 2/4] second commit --- cesm3262-testfile.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/cesm3262-testfile.adoc b/cesm3262-testfile.adoc index 557db03..5218ccd 100644 --- a/cesm3262-testfile.adoc +++ b/cesm3262-testfile.adoc @@ -1 +1,2 @@ Hello World +Hello Again From f8304839b9eaf032a99204a45bcadffd1dc921a4 Mon Sep 17 00:00:00 2001 From: devon Date: Fri, 29 Sep 2017 19:08:27 -0500 Subject: [PATCH 3/4] third commit --- cesm3262-testfile.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cesm3262-testfile.adoc b/cesm3262-testfile.adoc index 5218ccd..d71dba4 100644 --- a/cesm3262-testfile.adoc +++ b/cesm3262-testfile.adoc @@ -1,2 +1,2 @@ -Hello World +Hello Mars Hello Again From 3f441edbb89c441089e47d9c47a67df06c85d6dc Mon Sep 17 00:00:00 2001 From: devon Date: Sat, 30 Sep 2017 00:58:22 +0000 Subject: [PATCH 4/4] script commit --- cesm3262-lab02.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 cesm3262-lab02.sh diff --git a/cesm3262-lab02.sh b/cesm3262-lab02.sh new file mode 100755 index 0000000..9764fa1 --- /dev/null +++ b/cesm3262-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 update +apt-get -y install tree +apt-get -y install git