mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Add some open-*-website.ps1 scripts
This commit is contained in:
15
Scripts/open-fbi-website.ps1
Normal file
15
Scripts/open-fbi-website.ps1
Normal file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Opens the FBI website
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser with the FBI website.
|
||||
.EXAMPLE
|
||||
PS> ./open-fbi-website
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://www.fbi.gov"
|
||||
exit 0 # success
|
Reference in New Issue
Block a user