PowerShell/Scripts/play-pac-man-game.ps1

16 lines
349 B
PowerShell
Raw Normal View History

2021-11-25 14:17:37 +01:00
<#
.SYNOPSIS
Plays the Pacman game
.DESCRIPTION
This script launches the Web browser with the Pacman game.
.EXAMPLE
PS> ./play-pac-man-game
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-default-browser.ps1" "https://bobrov.dev/pacman-pwa/index.html"
exit 0 # success