From 70a12ff49c668c8b03787e9dccd0246353fd30a5 Mon Sep 17 00:00:00 2001 From: Priti Lohani Date: Fri, 23 Sep 2016 20:31:35 -0500 Subject: [PATCH 1/7] my first commit --- loha0001-testfile.adoc | 1 + 1 file changed, 1 insertion(+) create mode 100644 loha0001-testfile.adoc diff --git a/loha0001-testfile.adoc b/loha0001-testfile.adoc new file mode 100644 index 0000000..557db03 --- /dev/null +++ b/loha0001-testfile.adoc @@ -0,0 +1 @@ +Hello World From 97f903ff78182dd9ef7249d96755617ebbdd9d72 Mon Sep 17 00:00:00 2001 From: Priti Lohani Date: Fri, 23 Sep 2016 20:34:08 -0500 Subject: [PATCH 2/7] second commit --- loha0001-testfile.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/loha0001-testfile.adoc b/loha0001-testfile.adoc index 557db03..cc6d8b4 100644 --- a/loha0001-testfile.adoc +++ b/loha0001-testfile.adoc @@ -1 +1,2 @@ Hello World +Hello world From 3701aadb9915386dc27b2374aad5791dbcee3e5f Mon Sep 17 00:00:00 2001 From: Priti Lohani Date: Fri, 23 Sep 2016 20:36:48 -0500 Subject: [PATCH 3/7] third commit --- loha0001-testfile.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loha0001-testfile.adoc b/loha0001-testfile.adoc index cc6d8b4..9d3e758 100644 --- a/loha0001-testfile.adoc +++ b/loha0001-testfile.adoc @@ -1,2 +1,2 @@ Hello World -Hello world +Hello Mars From 3ca4702adb781ef7fb20768a49784b97e960fdf5 Mon Sep 17 00:00:00 2001 From: Priti Lohani Date: Sat, 24 Sep 2016 02:22:31 +0000 Subject: [PATCH 4/7] script commit --- loha0001-Lab02.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 loha0001-Lab02.sh diff --git a/loha0001-Lab02.sh b/loha0001-Lab02.sh new file mode 100755 index 0000000..535d851 --- /dev/null +++ b/loha0001-Lab02.sh @@ -0,0 +1,5 @@ +#!/bin/bash +mkdir -p main/{A/{B,C,CD},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 638c1b8f12ae2edc2607a63eb3957ce7bdf40fbe Mon Sep 17 00:00:00 2001 From: Priti Lohani Date: Sat, 24 Sep 2016 02:38:11 +0000 Subject: [PATCH 5/7] correct script commit --- loha0001-Lab02.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loha0001-Lab02.sh b/loha0001-Lab02.sh index 535d851..25001a8 100755 --- a/loha0001-Lab02.sh +++ b/loha0001-Lab02.sh @@ -1,5 +1,5 @@ #!/bin/bash -mkdir -p main/{A/{B,C,CD},E/{F,G},H/{I,J/{K,L},M}} +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 5dd7f95047c95bcf500c3ab20d7f7104c433e807 Mon Sep 17 00:00:00 2001 From: Priti Lohani Date: Fri, 23 Sep 2016 21:49:27 -0500 Subject: [PATCH 6/7] Vagrantfile --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 27726a7..934230f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,6 +4,7 @@ Vagrant.configure(2) do |config| config.vm.box = "precise64" + config.vm.provision :shell, path: "./loha0001-Lab02.sh" config.vm.box_url = "/var/vagrant/boxes/precise64.box" end From 18d5294faad99f788b1e9daf52cf5ca30738ef26 Mon Sep 17 00:00:00 2001 From: Priti Lohani Date: Fri, 23 Sep 2016 22:07:38 -0500 Subject: [PATCH 7/7] third commit --- loha0001-Lab02.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/loha0001-Lab02.sh b/loha0001-Lab02.sh index 25001a8..3b76438 100755 --- a/loha0001-Lab02.sh +++ b/loha0001-Lab02.sh @@ -3,3 +3,4 @@ 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 +