Skip to content

Instantly share code, notes, and snippets.

@SadProcessor
Last active March 20, 2017 19:22
Show Gist options
  • Save SadProcessor/f0b806ba86a2a9ee6b0e0ecc079a91b7 to your computer and use it in GitHub Desktop.
Save SadProcessor/f0b806ba86a2a9ee6b0e0ecc079a91b7 to your computer and use it in GitHub Desktop.
Ta ta ta, ta tata, ta tata...
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