-
-
Save smmr0/67bf1eee82fc0ba2f32cc650ec462ceb to your computer and use it in GitHub Desktop.
mute
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 sh | |
| set -euf | |
| operation="$(basename "$0")" | |
| if [ "$#" -ge 1 ]; then | |
| simple_control="$1" | |
| shift | |
| else | |
| simple_control='Master' | |
| fi | |
| exec amixer sset "$simple_control" "$operation" "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment