Update come-on.ps1

This commit is contained in:
Markus Fleschutz 2021-12-13 09:37:45 +01:00
parent 506ceb0fd6
commit 96878c410d

View File

@ -11,5 +11,6 @@
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/give-reply.ps1" "I'm so sorry."
$Reply = "I'm sorry.", "I'm so sorry.", "Mea culpa!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success