From 8d0c44aff0e1f558b40136949eb615a1e6baedb5 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 29 Nov 2021 14:48:51 +0100 Subject: [PATCH] Update how-are-you.ps1 --- Scripts/how-are-you.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/how-are-you.ps1 b/Scripts/how-are-you.ps1 index fd6b4a86..2c391958 100755 --- a/Scripts/how-are-you.ps1 +++ b/Scripts/how-are-you.ps1 @@ -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"