PowerShell/Scripts/check-earth.ps1
2021-12-06 18:48:32 +01:00

16 lines
332 B
PowerShell
Executable File

<#
.SYNOPSIS
Checks the earth (fun)
.DESCRIPTION
This script checks the earth and replies by text-to-speech (TTS).
.EXAMPLE
PS> ./check-earth
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/give-reply.ps1" "Earth still spins with 1040mph."
exit 0 # success