<# .SYNOPSIS Replies to "Come on" .DESCRIPTION This script replies to 'Come on' by text-to-speech (TTS). .EXAMPLE PS> ./come-on .NOTES Author: Markus Fleschutz · License: CC0 .LINK https://github.com/fleschutz/PowerShell #> & "$PSScriptRoot/give-reply.ps1" "I'm so sorry." exit 0 # success