PowerShell/Scripts/open-wolfram-alpha-website.ps1
Markus Fleschutz 34c0cc91dd Simple rename
2021-11-29 11:19:20 +01:00

16 lines
364 B
PowerShell
Executable File

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