mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-14 06:48:46 +02:00
Add several scripts
This commit is contained in:
15
Scripts/open-start-page.ps1
Executable file
15
Scripts/open-start-page.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Opens the Startpage website
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser with the Startpage website.
|
||||
.EXAMPLE
|
||||
PS> ./open-start-page
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-browser.ps1" "https://www.startpage.com"
|
||||
exit 0 # success
|
Reference in New Issue
Block a user