mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-13 06:27:16 +02:00
Update the comment header
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
.SYNOPSIS
|
||||
Performs a text-to-speech test
|
||||
.DESCRIPTION
|
||||
This script performs a text-to-speech (TTS) test.
|
||||
This PowerShell script performs a text-to-speech (TTS) test.
|
||||
.EXAMPLE
|
||||
PS> ./speak-test
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
function Speak { param([string]$Text)
|
||||
|
Reference in New Issue
Block a user