mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-26 11:48:58 +02:00
Add open-booking-com.ps1
This commit is contained in:
parent
e245e8b658
commit
535986d50f
15
Scripts/open-booking-com.ps1
Executable file
15
Scripts/open-booking-com.ps1
Executable 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
|
Loading…
Reference in New Issue
Block a user