mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-18 08:30:00 +02:00
Updated the speak-*.ps1 scripts
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
Author: Markus Fleschutz | License: CC0
|
||||
#>
|
||||
|
||||
#requires -version 5.1
|
||||
|
||||
param([string]$Filename = "")
|
||||
|
||||
function Speak { param([string]$Text)
|
||||
@@ -94,4 +96,4 @@ foreach($item in $content.package.manifest.Item) {
|
||||
}
|
||||
}
|
||||
}
|
||||
exit 0 # success
|
||||
exit 0 # success
|
||||
|
Reference in New Issue
Block a user