Skip to content

Instantly share code, notes, and snippets.

@karlgluck
Created September 18, 2019 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karlgluck/28d78b21d60030cbde06465843107d0e to your computer and use it in GitHub Desktop.
Save karlgluck/28d78b21d60030cbde06465843107d0e to your computer and use it in GitHub Desktop.
Play the Roomba's victory jingle using the Powershell beep. Because why not?
[console]::beep(260,200)
[console]::beep(320,200)
[console]::beep(380,150)
[console]::beep(520,200)
Start-Sleep -Milliseconds 200
[console]::beep(520,150)
[console]::beep(700,800)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment