From c4d1310fdc55e8e7ee3fd0bcdc338ea95e11e745 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz <markus.fleschutz@atcsim.de> Date: Wed, 8 Dec 2021 08:52:33 +0100 Subject: [PATCH] Update hi.ps1 --- Scripts/hi.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/hi.ps1 b/Scripts/hi.ps1 index 9c3d5008..eb687f03 100644 --- a/Scripts/hi.ps1 +++ b/Scripts/hi.ps1 @@ -11,7 +11,7 @@ https://github.com/fleschutz/PowerShell #> -$Reply = "Hello, how can I help?" +$Reply = "Hey!", "Hello!", "Hi there!", "Hey there!", "Hey! How's it going?", "What's up?", "What's happening?", "How goes it?" | Get-Random & "$PSScriptRoot/give-reply.ps1" "$Reply" exit 0 # success