mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-23 02:18:21 +02:00
Update speak-countdown.ps1
This commit is contained in:
parent
47aa344912
commit
dfad9e5084
@ -2,15 +2,15 @@
|
|||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Speaks a countdown by text-to-speech
|
Speaks a countdown by text-to-speech
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This PowerShell script speaks a countdown starting from a given number (10 by default) by text-to-speech (TTS).
|
This PowerShell script speaks a countdown by text-to-speech (TTS) starting from a given number.
|
||||||
.PARAMETER StartNumber
|
.PARAMETER StartNumber
|
||||||
Specifies the number to start from
|
Specifies the number to start from (10 by default)
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./speak-countdown 60
|
PS> ./speak-countdown 60
|
||||||
.LINK
|
.LINK
|
||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz / License: CC0
|
Author: Markus Fleschutz | License: CC0
|
||||||
#>
|
#>
|
||||||
|
|
||||||
param([int]$StartNumber = 10)
|
param([int]$StartNumber = 10)
|
||||||
|
Loading…
Reference in New Issue
Block a user