Update the speak-*.ps1 scripts

This commit is contained in:
Markus Fleschutz
2023-08-06 11:35:19 +02:00
parent 001c19a2b3
commit 16489cb0b0
22 changed files with 24 additions and 24 deletions

View File

@ -6,7 +6,7 @@
.PARAMETER StartNumber
Specifies the number to start from (10 by default)
.EXAMPLE
PS> ./speak-countdown 60
PS> ./speak-countdown.ps1 60
.LINK
https://github.com/fleschutz/PowerShell
.NOTES