Remove come-on.ps1

This commit is contained in:
Markus Fleschutz 2022-09-05 20:28:22 +02:00
parent 12897c0d1d
commit 2667aafada

View File

@ -1,16 +0,0 @@
<#
.SYNOPSIS
Replies to "Come on"
.DESCRIPTION
This PowerShell script replies to 'Come on' by text-to-speech (TTS).
.EXAMPLE
PS> ./come-on
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz / License: CC0
#>
$Reply = "I'm sorry.", "I'm so sorry.", "Mea culpa!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success