Skip to content

Instantly share code, notes, and snippets.

@cskeeters
Created December 16, 2015 19:30
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 cskeeters/6e647962e5472f343246 to your computer and use it in GitHub Desktop.
Save cskeeters/6e647962e5472f343246 to your computer and use it in GitHub Desktop.
Script to test the PC speaker
import java.awt.*;
public class Beep
{
public static void main(String[] argv) {
java.awt.Toolkit.getDefaultToolkit().beep();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment