mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Renamed folder Scripts to scripts
This commit is contained in:
15
scripts/open-speed-test.ps1
Executable file
15
scripts/open-speed-test.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Opens Cloudflare's Speed Test
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser with Cloudflare's speed test website.
|
||||
.EXAMPLE
|
||||
PS> ./open-speed-test
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz | License: CC0
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-default-browser.ps1" "https://speed.cloudflare.com"
|
||||
exit 0 # success
|
Reference in New Issue
Block a user