Skip to content

Instantly share code, notes, and snippets.

@MisterKidX
Created February 9, 2023 07:56
Show Gist options
  • Save MisterKidX/742dbd680056bf91e18229e705ca12b0 to your computer and use it in GitHub Desktop.
Save MisterKidX/742dbd680056bf91e18229e705ca12b0 to your computer and use it in GitHub Desktop.
Seven Nation Army - Console.Beeps :)
// Orioginally by maybe_an_username
// https://www.reddit.com/r/PowerShell/comments/q8l24k/some_powershell_beep/
Console.Beep(196, 1200);
Console.Beep(196, 300);
Console.Beep(220, 400);
Console.Beep(196, 400);
Console.Beep(174, 300);
Console.Beep(155, 1000);
Console.Beep(146, 1000);
Console.Beep(196, 1000);
Console.Beep(196, 300);
Console.Beep(220, 400);
Console.Beep(196, 400);
Console.Beep(174, 300);
Console.Beep(155, 400);
Console.Beep(174, 300);
Console.Beep(155, 400);
Console.Beep(146, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment