Update thank-you.ps1

This commit is contained in:
Markus Fleschutz 2021-12-07 12:17:10 +01:00
parent 3fa92d1935
commit 6fb9fe787a

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Reply = "It's a pleasure.", "Never mind.", "Pleasure is mine." | Get-Random
$Reply = "You're welcome.", "You're very welcome.", "That's all right.", "No problem.", "No worries.", "Don't mention it.", "It's my pleasure.", "My pleasure.", "Pleasure is mine.", "Glad to help.", "Anytime." | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success