mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Update play-tetris-melody.ps1
This commit is contained in:
@ -1,3 +1,17 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
play-tetris-melody.ps1
|
||||
.DESCRIPTION
|
||||
Plays the Tetris melody
|
||||
.EXAMPLE
|
||||
PS> .\play-tetris-melody.ps1
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
#>
|
||||
|
||||
[System.Console]::Beep(1320,500)
|
||||
[System.Console]::Beep(990,250)
|
||||
[System.Console]::Beep(1056,250)
|
||||
@ -112,4 +126,4 @@ start-sleep -milliseconds 500
|
||||
[System.Console]::Beep(660,500)
|
||||
[System.Console]::Beep(880,1000)
|
||||
[System.Console]::Beep(838,2000)
|
||||
exit 0
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user