mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-25 23:28:46 +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
|
.NOTES Author: Markus Fleschutz / License: CC0
|
||||||
#>
|
#>
|
||||||
|
|
||||||
$PathToRepo = "$PSScriptRoot/.."
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
write-progress "Reading Data/matrix.csv..."
|
$Table = import-csv "$PSScriptRoot/../Data/matrix.csv"
|
||||||
$Table = import-csv "$PathToRepo/Data/matrix.csv"
|
|
||||||
|
|
||||||
clear-host
|
clear-host
|
||||||
foreach($Row in $Table) {
|
foreach($Row in $Table) {
|
||||||
|
Loading…
Reference in New Issue
Block a user