PowerShell/scripts/open-booking-com.ps1
2023-10-31 12:48:22 +01:00

16 lines
357 B
PowerShell
Executable File

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