Skip to content

Instantly share code, notes, and snippets.

@GitHub30
Created December 22, 2016 17:08
Show Gist options
  • Save GitHub30/f1330478e5b8fb454efe6aea4c716828 to your computer and use it in GitHub Desktop.
Save GitHub30/f1330478e5b8fb454efe6aea4c716828 to your computer and use it in GitHub Desktop.
Play all event sounds on Ubuntu.
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