From d0b6603db53281114b5421891a4f21906bffa002 Mon Sep 17 00:00:00 2001 From: Benjamin Adovasio Date: Mon, 9 Feb 2026 12:22:07 -0500 Subject: [PATCH] wrote reflection.txt --- Lab 1 - Group Work/reflection.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Lab 1 - Group Work/reflection.txt diff --git a/Lab 1 - Group Work/reflection.txt b/Lab 1 - Group Work/reflection.txt new file mode 100644 index 0000000..e3f0b2d --- /dev/null +++ b/Lab 1 - Group Work/reflection.txt @@ -0,0 +1,6 @@ +Reflection for Lab 1 - Group Work: + +Unfortunately I was absent from class today due to illness, so I completed this lab independently, without a partner. I thought creating the rename.sh and reogranize.sh were much easie than writing grade.sh. +The grade.sh was the most challenging for me as I am used to linux bash scripting, however I learned in this lab that MacOS has several small differences in bash scripting than Linux which I +had to debugg. At the same time, I thought it was very rewarding when grade.sh finally worked correctly and gave the correct output files. I kept logs of all of my errors and what i did wrong +in my git commit messages, so I can remember in the future when writing bash scripts for MacOS. \ No newline at end of file