mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-05-30 15:08:49 +02:00
Add open-tesla-website.ps1
This commit is contained in:
parent
80859c78a4
commit
07f01a07fd
15
Scripts/open-tesla-website.ps1
Normal file
15
Scripts/open-tesla-website.ps1
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Opens the Tesla website
|
||||||
|
.DESCRIPTION
|
||||||
|
This script launches the Web browser with the Tesla website.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./open-tesla-website
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/open-browser.ps1" "https://www.tesla.com"
|
||||||
|
exit 0 # success
|
Loading…
x
Reference in New Issue
Block a user