Simple rename

This commit is contained in:
Markus Fleschutz
2021-11-29 11:19:20 +01:00
parent b99586b83c
commit 34c0cc91dd
2 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,15 @@
<#
.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