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