mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-03 13:23:56 +01:00
Update speak-german.ps1
This commit is contained in:
parent
2bc38afb82
commit
b6e2063215
@ -11,7 +11,7 @@
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
param($Text = "")
|
||||
param([string]$Text = "")
|
||||
if ($Text -eq "") { $Text = read-host "Enter the text to speak" }
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user