mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-11 16:39:10 +01:00
Improve simulate-matrix.ps1
This commit is contained in:
parent
d735015fb8
commit
26bdaf68f5
@ -6,11 +6,8 @@
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
$PathToRepo = "$PSScriptRoot/.."
|
||||
|
||||
try {
|
||||
write-progress "Reading Data/matrix.csv..."
|
||||
$Table = import-csv "$PathToRepo/Data/matrix.csv"
|
||||
$Table = import-csv "$PSScriptRoot/../Data/matrix.csv"
|
||||
|
||||
clear-host
|
||||
foreach($Row in $Table) {
|
||||
|
Loading…
Reference in New Issue
Block a user