Skip to content

Instantly share code, notes, and snippets.

@ChatchaiJ
Created June 28, 2016 16:49
Show Gist options
  • Save ChatchaiJ/dcba215fb290a0acc061706c16b4d1df to your computer and use it in GitHub Desktop.
Save ChatchaiJ/dcba215fb290a0acc061706c16b4d1df to your computer and use it in GitHub Desktop.
#!/bin/sh
MPS=`amixer contents | grep 'Master Playback Switch' | cut -f1 -d,`
amixer cset $MPS 0 > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment