mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 22:17:17 +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
|
||||
|
||||
function Speak([string]$Text) {
|
||||
Write-Output "📣 $Text"
|
||||
[void]$Voice.speak("$Text")
|
||||
|
Reference in New Issue
Block a user