Created
December 22, 2016 17:08
-
-
Save GitHub30/f1330478e5b8fb454efe6aea4c716828 to your computer and use it in GitHub Desktop.
Play all event sounds on Ubuntu.
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
for path in `ls /usr/share/sounds/ubuntu/stereo/` | |
do | |
canberra-gtk-play -i `basename $path .ogg` | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment