PowerShell/Scripts/open-ipfs-website.ps1
Markus Fleschutz 304d2fc265 Add 2 websites
2021-11-29 21:45:02 +01:00

16 lines
327 B
PowerShell

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