Update good-morning.ps1

This commit is contained in:
Markus Fleschutz 2021-11-26 15:10:15 +01:00
parent 395bc98718
commit 149f1aacbe

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Answer = "Well, good morning to you too."
$Answer = "Good morning.", "Good morning to you too.", "Well, good morning to you too.", "Good morning! How are you?", "Morning." | Get-Random
write-output "$Answer"
& "$PSScriptRoot/speak-english.ps1" "$Answer"