Update hi.ps1

This commit is contained in:
Markus Fleschutz 2021-12-08 08:52:33 +01:00
parent 5d0a60bae7
commit c4d1310fdc

View File

@ -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