Add open-booking-com.ps1

This commit is contained in:
Markus Fleschutz 2021-11-02 11:20:25 +01:00
parent e245e8b658
commit 535986d50f

15
Scripts/open-booking-com.ps1 Executable file
View File

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