Created
March 1, 2016 13:27
-
-
Save agirorn/639b99c4516307f34c91 to your computer and use it in GitHub Desktop.
Beep command for Linux ( Ubuntu desktop ).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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