PowerShell/Scripts/open-ebay-website.ps1
Markus Fleschutz 5126145892 Simple rename
2021-11-18 15:43:55 +01:00

16 lines
323 B
PowerShell
Executable File

<#
.SYNOPSIS
Opens the eBay website
.DESCRIPTION
This script launches the Web browser with the eBay website.
.EXAMPLE
PS> ./open-ebay-website
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://www.ebay.com"
exit 0 # success