<#
.SYNOPSIS
	Opens the Unsplash website
.DESCRIPTION
	This script launches the Web browser with the Unsplash website.
.EXAMPLE
	PS> ./open-unsplash-website
.NOTES
	Author: Markus Fleschutz ยท License: CC0
.LINK
	https://github.com/fleschutz/PowerShell
#>

& "$PSScriptRoot/open-default-browser.ps1" "https://unsplash.com"
exit 0 # success