Last active
March 20, 2017 19:22
-
-
Save SadProcessor/f0b806ba86a2a9ee6b0e0ecc079a91b7 to your computer and use it in GitHub Desktop.
Ta ta ta, ta tata, ta tata...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Play-ImperialMarch(){ | |
[console]::beep(440,500) | |
[console]::beep(440,500) | |
[console]::beep(440,500) | |
[console]::beep(349,350) | |
[console]::beep(523,150) | |
[console]::beep(440,500) | |
[console]::beep(349,350) | |
[console]::beep(523,150) | |
[console]::beep(440,1000) | |
[console]::beep(659,500) | |
[console]::beep(659,500) | |
[console]::beep(659,500) | |
[console]::beep(698,350) | |
[console]::beep(523,150) | |
[console]::beep(415,500) | |
[console]::beep(349,350) | |
[console]::beep(523,150) | |
[console]::beep(440,1000) | |
} | |
Play-ImperialMarch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment