From bc3a25f89ddb9bdabc8f7b51bd73d76571979ea0 Mon Sep 17 00:00:00 2001 From: Madan Rao Date: Wed, 23 Sep 2015 15:01:07 -0500 Subject: [PATCH 1/9] Update 2015-09.adoc --- 2015-09.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2015-09.adoc b/2015-09.adoc index 7c0baf8..1512c02 100644 --- a/2015-09.adoc +++ b/2015-09.adoc @@ -1 +1 @@ -This file is for Fall 2015 student collaboration +This file is for Fall 2015 student collaboration... From de4f40120c08168942f1e99333a840532cc8e550 Mon Sep 17 00:00:00 2001 From: Madan Rao Date: Wed, 23 Sep 2015 15:03:06 -0500 Subject: [PATCH 2/9] Update 2015-09.adoc --- 2015-09.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2015-09.adoc b/2015-09.adoc index 1512c02..e92c594 100644 --- a/2015-09.adoc +++ b/2015-09.adoc @@ -1 +1 @@ -This file is for Fall 2015 student collaboration... +This file is for Fall 2015 student collaboration...@ From b695623f759f5da239afade75c660c60be14821e Mon Sep 17 00:00:00 2001 From: Madan Rao Date: Fri, 25 Sep 2015 20:00:02 -0500 Subject: [PATCH 3/9] my first commmit --- rao80944-testfile.adoc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rao80944-testfile.adoc diff --git a/rao80944-testfile.adoc b/rao80944-testfile.adoc new file mode 100644 index 0000000..9801343 --- /dev/null +++ b/rao80944-testfile.adoc @@ -0,0 +1,2 @@ +Hello World + From a52f3ad1773b1d7f88c7a12c127f8d3bd99dcc20 Mon Sep 17 00:00:00 2001 From: Madan Rao Date: Fri, 25 Sep 2015 20:05:28 -0500 Subject: [PATCH 4/9] second commmit --- rao80944-testfile.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/rao80944-testfile.adoc b/rao80944-testfile.adoc index 9801343..bc1cba4 100644 --- a/rao80944-testfile.adoc +++ b/rao80944-testfile.adoc @@ -1,2 +1,3 @@ Hello World +Hello again From fcacc60cfd495222de55e2fd51b5e4ba2ba8c194 Mon Sep 17 00:00:00 2001 From: Madan Rao Date: Fri, 25 Sep 2015 20:06:50 -0500 Subject: [PATCH 5/9] third commmit --- rao80944-testfile.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rao80944-testfile.adoc b/rao80944-testfile.adoc index bc1cba4..173b679 100644 --- a/rao80944-testfile.adoc +++ b/rao80944-testfile.adoc @@ -1,3 +1,3 @@ -Hello World +Hello Mars Hello again From 9964a51f0003a041c70bdec10ee6d643d3acc825 Mon Sep 17 00:00:00 2001 From: Madan Date: Fri, 2 Oct 2015 08:42:59 -0500 Subject: [PATCH 6/9] my first commit --- rao80944-testfile.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rao80944-testfile.adoc b/rao80944-testfile.adoc index 173b679..731608d 100644 --- a/rao80944-testfile.adoc +++ b/rao80944-testfile.adoc @@ -1,3 +1,3 @@ -Hello Mars -Hello again +Hello Mercury + From bb5f48815d49519bec58e78158a9002a7f193d1d Mon Sep 17 00:00:00 2001 From: Madan Date: Fri, 2 Oct 2015 08:48:14 -0500 Subject: [PATCH 7/9] third commit --- rao80944-testfile.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/rao80944-testfile.adoc b/rao80944-testfile.adoc index 731608d..1bf4239 100644 --- a/rao80944-testfile.adoc +++ b/rao80944-testfile.adoc @@ -1,3 +1,4 @@ Hello Mercury +Hello Venus From 501199dc031b255f618d211633efd0ce05d4ec50 Mon Sep 17 00:00:00 2001 From: madan rao Date: Fri, 2 Oct 2015 14:15:20 +0000 Subject: [PATCH 8/9] script commit --- rao80944-lab02.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 rao80944-lab02.sh diff --git a/rao80944-lab02.sh b/rao80944-lab02.sh new file mode 100755 index 0000000..fff09f9 --- /dev/null +++ b/rao80944-lab02.sh @@ -0,0 +1,11 @@ +#!/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 From 472a86289a2f39e62c1dc1e72edfa3692e4d0532 Mon Sep 17 00:00:00 2001 From: Madan Date: Fri, 2 Oct 2015 09:30:37 -0500 Subject: [PATCH 9/9] Vagrantfile commit --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 765a7c8..1832c05 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,5 +5,7 @@ Vagrant.configure(2) do |config| config.vm.box = "precise64" + config.vm.box_url = "/var/vagrant/boxes/precise64.box" + config.vm.provision :shell, path: "./rao80944-lab02.sh" end