Update play-imperial-march.ps1

This commit is contained in:
Markus Fleschutz
2022-06-01 09:36:35 +02:00
committed by GitHub
parent 4435f8f2da
commit bd9da27782

View File

@ -5,10 +5,10 @@
This PowerShell script plays the Imperial March used in the Star Wars film series. This PowerShell script plays the Imperial March used in the Star Wars film series.
.EXAMPLE .EXAMPLE
PS> ./play-imperial-march PS> ./play-imperial-march
.NOTES
Author: Markus Fleschutz / License: CC0
.LINK .LINK
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#> #>
[System.Console]::beep(440, 500) [System.Console]::beep(440, 500)