Add come-on.ps1

This commit is contained in:
Markus Fleschutz 2021-12-08 07:54:36 +01:00
parent 759f3509cf
commit ca99f13dab
2 changed files with 16 additions and 0 deletions

View File

@ -127,6 +127,7 @@ Launches the default Web browser showing the given exchange rate - replace [name
* `Computer, good evening`
* `Computer, good night`
* `Computer, how are you?`
* `Computer, come on`
* `Computer, thank you`
* `Computer, I'll be back`
* `Computer, good bye`

15
Scripts/come-on.ps1 Normal file
View File

@ -0,0 +1,15 @@
<#
.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