mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-21 17:38:19 +02:00
Update write-chart.ps1
This commit is contained in:
parent
34de8863f4
commit
6c2002649f
@ -6,7 +6,7 @@
|
|||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./write-chart.ps1
|
PS> ./write-chart.ps1
|
||||||
|
|
||||||
2023 BOWLING RESULTS
|
BOWLING RESULTS 2024
|
||||||
████████████████▏ 40.5% Joe
|
████████████████▏ 40.5% Joe
|
||||||
████████████▎ 30.9% Tom
|
████████████▎ 30.9% Tom
|
||||||
.LINK
|
.LINK
|
||||||
@ -43,7 +43,7 @@ function WriteChartLine { param([string]$Text, [float]$Value, [float]$Max)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Write-Host "`n2023 BOWLING RESULTS" -foregroundColor green
|
Write-Host "`nBOWLING RESULTS 2024" -foregroundColor green
|
||||||
WriteChartLine "Joe" 40.5 100.0
|
WriteChartLine "Joe" 40.5 100.0
|
||||||
WriteChartLine "Tom" 30.9 100.0
|
WriteChartLine "Tom" 30.9 100.0
|
||||||
exit 0 # success
|
exit 0 # success
|
||||||
|
Loading…
Reference in New Issue
Block a user