From 75e6451f43f79f63586aff206d5446d7304f7a36 Mon Sep 17 00:00:00 2001 From: kadabla Date: Thu, 29 Sep 2016 15:08:07 -0500 Subject: [PATCH 1/5] my first commit --- YourStudentID-testfile.adoc | 1 + 1 file changed, 1 insertion(+) create mode 100644 YourStudentID-testfile.adoc diff --git a/YourStudentID-testfile.adoc b/YourStudentID-testfile.adoc new file mode 100644 index 0000000..55b2426 --- /dev/null +++ b/YourStudentID-testfile.adoc @@ -0,0 +1 @@ +Hello World Here are running on unix and it is fun...., isn't it? From df04286da8df85b677965df90f9dc3e73a312a82 Mon Sep 17 00:00:00 2001 From: kadabla Date: Thu, 29 Sep 2016 15:13:10 -0500 Subject: [PATCH 2/5] second commit --- YourStudentID-testfile.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/YourStudentID-testfile.adoc b/YourStudentID-testfile.adoc index 55b2426..bff516c 100644 --- a/YourStudentID-testfile.adoc +++ b/YourStudentID-testfile.adoc @@ -1 +1,3 @@ Hello World Here are running on unix and it is fun...., isn't it? +Hello World + From bf7bbf2e70a4c655ba05ae50b68df082ad2e8931 Mon Sep 17 00:00:00 2001 From: kadabla Date: Thu, 29 Sep 2016 15:17:37 -0500 Subject: [PATCH 3/5] third commit --- YourStudentID-testfile.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/YourStudentID-testfile.adoc b/YourStudentID-testfile.adoc index bff516c..c7286de 100644 --- a/YourStudentID-testfile.adoc +++ b/YourStudentID-testfile.adoc @@ -1,3 +1,4 @@ Hello World Here are running on unix and it is fun...., isn't it? -Hello World +Hellod Mars + From 36a79d75ade48da3e73eac3427f044e6e0b4cba7 Mon Sep 17 00:00:00 2001 From: kadabla Date: Fri, 30 Sep 2016 04:19:38 +0000 Subject: [PATCH 4/5] script commit --- YourStudentID-Lab02.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 YourStudentID-Lab02.sh diff --git a/YourStudentID-Lab02.sh b/YourStudentID-Lab02.sh new file mode 100755 index 0000000..a6205bf --- /dev/null +++ b/YourStudentID-Lab02.sh @@ -0,0 +1,2 @@ +This is my lab02.sh exercise + From 78b59d4050944e3a78f9df2025b6d5214129c423 Mon Sep 17 00:00:00 2001 From: kadabla Date: Fri, 30 Sep 2016 00:04:24 -0500 Subject: [PATCH 5/5] 2nd script commit --- YourStudentID-Lab02.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/YourStudentID-Lab02.sh b/YourStudentID-Lab02.sh index a6205bf..864f4ac 100755 --- a/YourStudentID-Lab02.sh +++ b/YourStudentID-Lab02.sh @@ -1,2 +1,8 @@ This is my lab02.sh exercise +#!/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"