From afba48c03a16bc9a259d6ee1c2f7722c7739547b Mon Sep 17 00:00:00 2001 From: suliman Date: Fri, 23 Sep 2016 20:22:03 -0500 Subject: [PATCH 1/4] my first commit --- aldu4753-testfile.adoc | 1 + 1 file changed, 1 insertion(+) create mode 100644 aldu4753-testfile.adoc diff --git a/aldu4753-testfile.adoc b/aldu4753-testfile.adoc new file mode 100644 index 0000000..4effa19 --- /dev/null +++ b/aldu4753-testfile.adoc @@ -0,0 +1 @@ +hello! From 38c75f95461c5e0f36365eb0c24e35e92a6317ff Mon Sep 17 00:00:00 2001 From: suliman Date: Fri, 23 Sep 2016 20:24:34 -0500 Subject: [PATCH 2/4] second commit --- aldu4753-testfile.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/aldu4753-testfile.adoc b/aldu4753-testfile.adoc index 4effa19..5aef299 100644 --- a/aldu4753-testfile.adoc +++ b/aldu4753-testfile.adoc @@ -1 +1,2 @@ hello! +hello again!! From 05e47e0a1285a4230584ccc00aa0739362f40b32 Mon Sep 17 00:00:00 2001 From: suliman Date: Fri, 23 Sep 2016 20:27:07 -0500 Subject: [PATCH 3/4] third commit --- aldu4753-testfile.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aldu4753-testfile.adoc b/aldu4753-testfile.adoc index 5aef299..efb4ab8 100644 --- a/aldu4753-testfile.adoc +++ b/aldu4753-testfile.adoc @@ -1,2 +1,2 @@ -hello! +hello! mars! hello again!! From 7e39ea1391b48e4ae23a338efcb7c99a9a51c423 Mon Sep 17 00:00:00 2001 From: suliman Date: Fri, 30 Sep 2016 20:04:30 +0000 Subject: [PATCH 4/4] script commit --- aldu4753-lab02.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 aldu4753-lab02.sh diff --git a/aldu4753-lab02.sh b/aldu4753-lab02.sh new file mode 100755 index 0000000..fa03fa2 --- /dev/null +++ b/aldu4753-lab02.sh @@ -0,0 +1,8 @@ +#!/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" +apt-get install -y tree +apt-get install -y git