From 038471bcd63bcfcf6011cd6ee0965daef127db85 Mon Sep 17 00:00:00 2001 From: Jess Walczak Date: Fri, 23 Sep 2016 19:54:54 -0500 Subject: [PATCH 1/8] my first commit --- jwwalczak.adoc | 1 + 1 file changed, 1 insertion(+) create mode 100644 jwwalczak.adoc diff --git a/jwwalczak.adoc b/jwwalczak.adoc new file mode 100644 index 0000000..980a0d5 --- /dev/null +++ b/jwwalczak.adoc @@ -0,0 +1 @@ +Hello World! From fcaa7e42ed4f5aba7c34a59958f5747101f6855a Mon Sep 17 00:00:00 2001 From: Jess Walczak Date: Fri, 23 Sep 2016 20:34:04 -0500 Subject: [PATCH 2/8] my first commit --- jwwalczak-testfile.adoc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 jwwalczak-testfile.adoc diff --git a/jwwalczak-testfile.adoc b/jwwalczak-testfile.adoc new file mode 100644 index 0000000..ea2fd5c --- /dev/null +++ b/jwwalczak-testfile.adoc @@ -0,0 +1,2 @@ +Hello World! + From 51bb5f87ec78157bc4ea48b7b2368be1fbe5f3f9 Mon Sep 17 00:00:00 2001 From: Jess Walczak Date: Fri, 23 Sep 2016 20:42:32 -0500 Subject: [PATCH 3/8] my second commit --- jwwalczak-testfile.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jwwalczak-testfile.adoc b/jwwalczak-testfile.adoc index ea2fd5c..224ba70 100644 --- a/jwwalczak-testfile.adoc +++ b/jwwalczak-testfile.adoc @@ -1,2 +1,4 @@ Hello World! +Hello Again you crazy kids! + From 6c7be297bd19735b2efff417330d60bddfd09049 Mon Sep 17 00:00:00 2001 From: Jess Walczak Date: Fri, 23 Sep 2016 20:43:02 -0500 Subject: [PATCH 4/8] my third commit --- jwwalczak-testfile.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jwwalczak-testfile.adoc b/jwwalczak-testfile.adoc index 224ba70..a56908e 100644 --- a/jwwalczak-testfile.adoc +++ b/jwwalczak-testfile.adoc @@ -1,4 +1,4 @@ -Hello World! +Hello Mars! Hello Again you crazy kids! From d8ec9de15e7182a11acaecf85a06f0ace5a26cb2 Mon Sep 17 00:00:00 2001 From: Jess Walczak Date: Sat, 1 Oct 2016 00:20:02 +0000 Subject: [PATCH 5/8] script commit --- jwwalczak-Lab02.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 jwwalczak-Lab02.sh diff --git a/jwwalczak-Lab02.sh b/jwwalczak-Lab02.sh new file mode 100755 index 0000000..fa03fa2 --- /dev/null +++ b/jwwalczak-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 From c855b08f21862d3e521a9c910260b48d54d58a6b Mon Sep 17 00:00:00 2001 From: Jess Walczak Date: Sat, 1 Oct 2016 00:26:58 +0000 Subject: [PATCH 6/8] script commit --- jwwalczak-Lab02.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jwwalczak-Lab02.sh b/jwwalczak-Lab02.sh index fa03fa2..410bb4a 100755 --- a/jwwalczak-Lab02.sh +++ b/jwwalczak-Lab02.sh @@ -4,5 +4,8 @@ # 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 +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 4d6a3453aa6b2314e1d4d76271e48eb5ceed2cce Mon Sep 17 00:00:00 2001 From: Jess Walczak Date: Fri, 30 Sep 2016 19:57:25 -0500 Subject: [PATCH 7/8] Vagrantfile commit --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 27726a7..29d4be9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,5 +5,5 @@ Vagrant.configure(2) do |config| config.vm.box = "precise64" config.vm.box_url = "/var/vagrant/boxes/precise64.box" - + config.vm.provision :shell, path: "./jwwalczak-Lab02.sh" end From e23141bce628e60469daed5136c3778c50ab6c4f Mon Sep 17 00:00:00 2001 From: JessWalczak Date: Mon, 17 Jun 2024 08:58:15 -0500 Subject: [PATCH 8/8] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..9433a5b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: This is a custom template I'm making for this class - feel free to delete later +title: '' +labels: '' +assignees: '' + +--- + +