mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-23 02:18:21 +02:00
Remove come-on.ps1
This commit is contained in:
parent
12897c0d1d
commit
2667aafada
@ -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
|
|
Loading…
Reference in New Issue
Block a user