mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-21 20:21:21 +01:00
Update come-on.ps1
This commit is contained in:
parent
506ceb0fd6
commit
96878c410d
@ -11,5 +11,6 @@
|
|||||||
https://github.com/fleschutz/PowerShell
|
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
|
exit 0 # success
|
||||||
|
Loading…
Reference in New Issue
Block a user