mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Update check-earth.ps1
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
#>
|
||||
|
||||
try {
|
||||
$Reply = "Earth still spins with 1.040mph"
|
||||
$Reply = "Earth still spins with 1040mph."
|
||||
"✔️ $Reply"
|
||||
& "$PSScriptRoot/speak-english.ps1" "$Reply"
|
||||
exit 0 # success
|
||||
|
Reference in New Issue
Block a user