mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-14 20:14:00 +01:00
Add i-will-be-back.ps1
This commit is contained in:
parent
9d310d2521
commit
6320b1f287
15
Scripts/i-will-be-back.ps1
Executable file
15
Scripts/i-will-be-back.ps1
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Answers 'I'll be back'
|
||||||
|
.DESCRIPTION
|
||||||
|
This script answers "I'll be back" by text-to-speech (TTS).
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./i-will-be-back
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/speak-english.ps1" "Hasta la vista, baby."
|
||||||
|
exit 0 # success
|
Loading…
Reference in New Issue
Block a user