From 598009004a54e83bd7a278f1d9b1b76bf654a84c Mon Sep 17 00:00:00 2001 From: SaulIsMe43 Date: Mon, 9 Mar 2026 21:51:33 -0700 Subject: [PATCH 01/13] B: recovery --- slander.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 slander.md diff --git a/slander.md b/slander.md new file mode 100644 index 000000000..30fbe30f2 --- /dev/null +++ b/slander.md @@ -0,0 +1,4 @@ +# Breaking News + +MegaCorp CEO Lane enjoyed the live-action Last Airbender movie +MegaCorp CTO ThePrimeagen is a fan of The Notebook (and most other Nicholas Sparks content) From 326a9cbc4988313668420e360769b3ec837d3bd2 Mon Sep 17 00:00:00 2001 From: SaulIsMe43 Date: Mon, 9 Mar 2026 21:57:34 -0700 Subject: [PATCH 02/13] C: update customers and partners --- customers/all.csv | 1 + orgs/partners.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/customers/all.csv b/customers/all.csv index 16dd7b21e..ef48c262d 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1 +1,2 @@ first_name,last_name,company,title +karson,yummy,intercooler,ceo diff --git a/orgs/partners.txt b/orgs/partners.txt index 880748638..f72fee8b1 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1 +1,3 @@ partner list +Boot.dev +TheStartup From a4d7feee749b4396368e9241f14b640bdc0b3c68 Mon Sep 17 00:00:00 2001 From: SaulIsMe43 Date: Mon, 9 Mar 2026 21:59:14 -0700 Subject: [PATCH 03/13] D: add jayson gross to customer --- customers/all.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/customers/all.csv b/customers/all.csv index 16dd7b21e..734dbd659 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1 +1,2 @@ first_name,last_name,company,title +jayson,gross,htmz,contributor From ee02727d622ebd773ba7c8847572cedd476846ab Mon Sep 17 00:00:00 2001 From: SaulIsMe43 Date: Mon, 9 Mar 2026 22:28:21 -0700 Subject: [PATCH 04/13] F: haha delting records --- customers/all.csv | 2 +- orgs/partners.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customers/all.csv b/customers/all.csv index 734dbd659..507f1d7fa 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1,2 +1,2 @@ first_name,last_name,company,title -jayson,gross,htmz,contributor + diff --git a/orgs/partners.txt b/orgs/partners.txt index f72fee8b1..3954648de 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,3 @@ partner list -Boot.dev + TheStartup From a7f550dcdb76beb787eeaf46979770456d9ffbfa Mon Sep 17 00:00:00 2001 From: SaulIsMe43 Date: Mon, 9 Mar 2026 22:32:31 -0700 Subject: [PATCH 05/13] G: greg --- customers/all.csv | 2 +- orgs/partners.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customers/all.csv b/customers/all.csv index 734dbd659..91ac78526 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1,2 +1,2 @@ first_name,last_name,company,title -jayson,gross,htmz,contributor +carson,gross,htmx,creator diff --git a/orgs/partners.txt b/orgs/partners.txt index f72fee8b1..2f6c37ace 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,3 @@ partner list -Boot.dev +SalesInc TheStartup From 08105510c64919b6f90b3fcc81150804d9057f8a Mon Sep 17 00:00:00 2001 From: SaulIsMe43 Date: Tue, 10 Mar 2026 19:08:01 -0700 Subject: [PATCH 06/13] J: redacted L: pinkman K: science bitch --- customers/banned.csv | 3 +++ customers/favs.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 customers/banned.csv create mode 100644 customers/favs.md diff --git a/customers/banned.csv b/customers/banned.csv new file mode 100644 index 000000000..5b13c1afc --- /dev/null +++ b/customers/banned.csv @@ -0,0 +1,3 @@ +first_name,last_name,company,title +Ballan,Agrandian,Boots.lore,Protagonist +sam,ctrlman,closedai,ceo diff --git a/customers/favs.md b/customers/favs.md new file mode 100644 index 000000000..bfe19c681 --- /dev/null +++ b/customers/favs.md @@ -0,0 +1,3 @@ +# Favorite Customers +* Jesse Pinkman, Heisenberg's Assistant +* Walter White, Heisenberg, Chemist From 98708fc7d4ebf142b3ddbcb87278e8dfa5800dc9 Mon Sep 17 00:00:00 2001 From: SaulIsMe43 Date: Wed, 11 Mar 2026 21:35:01 -0700 Subject: [PATCH 07/13] K: finished scan.sh L: schan.sh now get ss M: scan.sh now scans for numb --- scripts/scan.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scripts/scan.sh b/scripts/scan.sh index f4d9eb226..be676a78a 100755 --- a/scripts/scan.sh +++ b/scripts/scan.sh @@ -1 +1,10 @@ -# TODO: write the script +printf "\n====== SCANNING FOR CREDIT CARD NUMBERS ======\n" +grep -rE --color=always '(\b[0-9]{4}[- ]?){3}[0-9]{4}\b' . --exclude-dir={.git} --line-number +echo "========= CREDIT CARD SCAN COMPLETE ==========" +printf "\n==== SCANNING FOR SOCIAL SECURITY NUMBERS ====\n" +grep -rE --color=always '\b[0-9]{3}-[0-9]{2}-[0-9]{4}\b' . --exclude-dir={.git} --line-number +echo "======= SOCIAL SECURITY SCAN COMPLETE ========" +printf "\n========= SCANNING FOR PHONE NUMBERS =========\n" +grep -rE --color=always '\b[0-9]{3}-[0-9]{3}-[0-9]{4}\b' . --exclude-dir={.git} --line-number +grep -rE --color=always '\([0-9]{3}\) [0-9]{3}-[0-9]{4}' . --exclude-dir={.git} --line-number +echo "========= PHONE NUMBER SCAN COMPLETE =========" From 3df1ce25798031b3add89294327d01265dab1cf1 Mon Sep 17 00:00:00 2001 From: SaulIsMe43 Date: Thu, 12 Mar 2026 19:29:51 -0700 Subject: [PATCH 08/13] L: maybe i did this right? --- scripts/apux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/apux.sh b/scripts/apux.sh index 518b3547a..47d2c4a98 100755 --- a/scripts/apux.sh +++ b/scripts/apux.sh @@ -1,3 +1,3 @@ #!/bin/sh output=$(sh "$@" 2>&1) -echo "$output" | sed 's/bash/apux/g' +echo "$output" | sed 's/sh/apux/g' From 716e845938458da12fc2efaa6c22eafb64106db8 Mon Sep 17 00:00:00 2001 From: SaulIsMe43 Date: Thu, 12 Mar 2026 19:38:34 -0700 Subject: [PATCH 09/13] M: damn boss --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13b4fae17..f0c36b88f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# megacorp +# megacorp | good marketing example -The starter repo for the [Git 2 course](https://www.boot.dev/learn/learn-git-2) on Boot.dev. +MegaCorp™ is _the_ enterprise Customer Relationship Management (CRM) software. Not only is it an incredible product, but it also ships a programming language for "MegaCorp developers" that want to build custom features within the MegaCorp™ ecosystem. That language is called "Apux". From 6a78529696a03e2040be5a30008ea8cc8e2810fb Mon Sep 17 00:00:00 2001 From: SaulIsMe43 Date: Sat, 14 Mar 2026 11:49:10 -0700 Subject: [PATCH 10/13] N: Revert M --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0c36b88f..13b4fae17 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# megacorp | good marketing example +# megacorp -MegaCorp™ is _the_ enterprise Customer Relationship Management (CRM) software. Not only is it an incredible product, but it also ships a programming language for "MegaCorp developers" that want to build custom features within the MegaCorp™ ecosystem. That language is called "Apux". +The starter repo for the [Git 2 course](https://www.boot.dev/learn/learn-git-2) on Boot.dev. From d0d9bee6ae741aacbfdb544e141660d3c9294467 Mon Sep 17 00:00:00 2001 From: SaulIsMe43 Date: Sat, 14 Mar 2026 12:06:19 -0700 Subject: [PATCH 11/13] O: --- orgs/partners.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/orgs/partners.txt b/orgs/partners.txt index 2f6c37ace..7cd48d10c 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,4 @@ partner list SalesInc TheStartup +ClosedML From 41e3e495947f1f221d06d97dac293a6632adc113 Mon Sep 17 00:00:00 2001 From: SaulIsMe43 Date: Sat, 14 Mar 2026 12:17:02 -0700 Subject: [PATCH 12/13] "P: Revert J: redacted" This reverts commit 08105510c64919b6f90b3fcc81150804d9057f8a. --- customers/banned.csv | 3 --- customers/favs.md | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 customers/banned.csv delete mode 100644 customers/favs.md diff --git a/customers/banned.csv b/customers/banned.csv deleted file mode 100644 index 5b13c1afc..000000000 --- a/customers/banned.csv +++ /dev/null @@ -1,3 +0,0 @@ -first_name,last_name,company,title -Ballan,Agrandian,Boots.lore,Protagonist -sam,ctrlman,closedai,ceo diff --git a/customers/favs.md b/customers/favs.md deleted file mode 100644 index bfe19c681..000000000 --- a/customers/favs.md +++ /dev/null @@ -1,3 +0,0 @@ -# Favorite Customers -* Jesse Pinkman, Heisenberg's Assistant -* Walter White, Heisenberg, Chemist From c07ee36f93292b14f3228995b6018126d709a019 Mon Sep 17 00:00:00 2001 From: SaulIsMe43 Date: Sat, 14 Mar 2026 12:22:57 -0700 Subject: [PATCH 13/13] P: this sht wack, reverted Revert "K: finished scan.sh" This reverts commit 98708fc7d4ebf142b3ddbcb87278e8dfa5800dc9. --- scripts/scan.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/scripts/scan.sh b/scripts/scan.sh index be676a78a..f4d9eb226 100755 --- a/scripts/scan.sh +++ b/scripts/scan.sh @@ -1,10 +1 @@ -printf "\n====== SCANNING FOR CREDIT CARD NUMBERS ======\n" -grep -rE --color=always '(\b[0-9]{4}[- ]?){3}[0-9]{4}\b' . --exclude-dir={.git} --line-number -echo "========= CREDIT CARD SCAN COMPLETE ==========" -printf "\n==== SCANNING FOR SOCIAL SECURITY NUMBERS ====\n" -grep -rE --color=always '\b[0-9]{3}-[0-9]{2}-[0-9]{4}\b' . --exclude-dir={.git} --line-number -echo "======= SOCIAL SECURITY SCAN COMPLETE ========" -printf "\n========= SCANNING FOR PHONE NUMBERS =========\n" -grep -rE --color=always '\b[0-9]{3}-[0-9]{3}-[0-9]{4}\b' . --exclude-dir={.git} --line-number -grep -rE --color=always '\([0-9]{3}\) [0-9]{3}-[0-9]{4}' . --exclude-dir={.git} --line-number -echo "========= PHONE NUMBER SCAN COMPLETE =========" +# TODO: write the script