Updated the scripts

This commit is contained in:
Markus Fleschutz
2021-01-02 10:08:59 +00:00
parent 40aad7fe73
commit 92b6c81620
29 changed files with 38 additions and 32 deletions

View File

@ -6,9 +6,10 @@
.NOTES Author: Markus Fleschutz / License: CC0
#>
$PathToRepo = "$PSScriptRoot/.."
try {
write-progress "Reading Data/matrix.csv..."
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
$Table = import-csv "$PathToRepo/Data/matrix.csv"
clear-host