From 44419bf3ba27066ae8b0ea034d2f705ada8e9fa7 Mon Sep 17 00:00:00 2001 From: abelnmic Date: Fri, 27 Feb 2015 19:33:48 -0600 Subject: [PATCH 1/4] my first commit --- abel5983-testfile.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 abel5983-testfile.md diff --git a/abel5983-testfile.md b/abel5983-testfile.md new file mode 100644 index 0000000..cb17d34 --- /dev/null +++ b/abel5983-testfile.md @@ -0,0 +1,2 @@ +"Hello World" +**Just working it** From 354fdec17c9e5f143f2871eca86f15169b85ef3c Mon Sep 17 00:00:00 2001 From: abelnmic Date: Fri, 27 Feb 2015 19:36:43 -0600 Subject: [PATCH 2/4] second commit --- abel5983-testfile.md | 1 + 1 file changed, 1 insertion(+) diff --git a/abel5983-testfile.md b/abel5983-testfile.md index cb17d34..f3fb70a 100644 --- a/abel5983-testfile.md +++ b/abel5983-testfile.md @@ -1,2 +1,3 @@ "Hello World" +"Hello World" **Just working it** From b9e127d991a4f2c188997fb6332e7bd04b1968fa Mon Sep 17 00:00:00 2001 From: abelnmic Date: Fri, 27 Feb 2015 19:38:11 -0600 Subject: [PATCH 3/4] third commit --- abel5983-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abel5983-testfile.md b/abel5983-testfile.md index f3fb70a..4e9908f 100644 --- a/abel5983-testfile.md +++ b/abel5983-testfile.md @@ -1,3 +1,3 @@ -"Hello World" +"Hello Mars" "Hello World" **Just working it** From 4e1c1fa741cd4ac006db37072d8522bac702cbd7 Mon Sep 17 00:00:00 2001 From: vagrant Date: Sat, 28 Feb 2015 02:46:33 +0000 Subject: [PATCH 4/4] script commit --- abel5983-Lab03.sh | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 abel5983-Lab03.sh diff --git a/abel5983-Lab03.sh b/abel5983-Lab03.sh new file mode 100755 index 0000000..8387cc3 --- /dev/null +++ b/abel5983-Lab03.sh @@ -0,0 +1,26 @@ +#!/bin/bash +# Starter shell script +# Put commands below +# To run, type ./starter.sh (you need the "./") +# It must have permissions starting with a "7" + +mkdir A +cd A +mkdir B +mkdir C +mkdir D +cd C +mkdir E +mkdir F +cd .. +cd D +mkdir G +mkdir H +mkdir I +cd H +mkdir J +mkdir K +sudo apt-get install -y tree +sudo apt-get install -y git +sudo apt-get install -y vim +mkdir -p "boo"