Created
June 28, 2016 16:49
-
-
Save ChatchaiJ/fdd06e32939272c109d77b50e7d784c5 to your computer and use it in GitHub 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
#!/bin/sh | |
MPS=`amixer contents | grep 'Master Playback Switch' | cut -f1 -d,` | |
amixer cset $MPS 1 > /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment