PowerShell/Scripts/open-tesla-website.ps1
2021-11-06 13:20:33 +01:00

16 lines
327 B
PowerShell

<#
.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