PowerShell/Scripts/open-instagram.ps1
2021-10-29 13:07:19 +02:00

16 lines
335 B
PowerShell
Executable File

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