Small script and template changes. Nothing monumental.

This commit is contained in:
Norm Rasmussen
2023-06-19 22:25:46 -04:00
parent b526e92bfc
commit 3dd1fc3ffa
4 changed files with 3140 additions and 11 deletions

View File

@ -1,4 +1,4 @@
/* Hello, Tracy! Welcome to the Harri script!
/* Hello, Tracy! Welcome to the Harri script!
Please save this script in a specific folder. That folder should be: ~/Documents/Harri/
@ -99,4 +99,4 @@ function csvReader(someArray, filePath) {
})
}
csvReader(array, "~/Documents/Harri/Harri Activation Report - 2023.05.31.csv")
csvReader(array, "/Users/normrasmussen/Downloads/Harri Activation Report - 2023.06.19.csv")