mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-30 12:41:46 +02:00
Add come-on.ps1
This commit is contained in:
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
|
Reference in New Issue
Block a user