Update how-are-you.ps1

This commit is contained in:
Markus Fleschutz 2021-11-29 14:48:51 +01:00
parent d4079fc2a8
commit 8d0c44aff0

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Answer = "I'm fine, thanks."
$Answer = "I'm fine, thanks. How are you?", "I'm fine, maybe a little tired. I need some more coffee.", "Great, thank you. How are you?", "Good, thanks, and you?", "Fine, thanks. How are you?" | Get-Random
& "$PSScriptRoot/speak-english.ps1" "$Answer"
write-output "$Answer"