Skip to content

Instantly share code, notes, and snippets.

@agirorn
Created March 1, 2016 13:27
Show Gist options
  • Save agirorn/639b99c4516307f34c91 to your computer and use it in GitHub Desktop.
Save agirorn/639b99c4516307f34c91 to your computer and use it in GitHub Desktop.
Beep command for Linux ( Ubuntu desktop ).
#!/usr/bin/env bash
( speaker-test -t sine -f 1000 )& pid=$! ; sleep 0.2s ; kill -9 $pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment