mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-21 17:38:19 +02:00
Add come-on.ps1
This commit is contained in:
parent
759f3509cf
commit
ca99f13dab
@ -127,6 +127,7 @@ Launches the default Web browser showing the given exchange rate - replace [name
|
|||||||
* `Computer, good evening`
|
* `Computer, good evening`
|
||||||
* `Computer, good night`
|
* `Computer, good night`
|
||||||
* `Computer, how are you?`
|
* `Computer, how are you?`
|
||||||
|
* `Computer, come on`
|
||||||
* `Computer, thank you`
|
* `Computer, thank you`
|
||||||
* `Computer, I'll be back`
|
* `Computer, I'll be back`
|
||||||
* `Computer, good bye`
|
* `Computer, good bye`
|
||||||
|
15
Scripts/come-on.ps1
Normal file
15
Scripts/come-on.ps1
Normal 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
|
Loading…
Reference in New Issue
Block a user