Skip to content

Instantly share code, notes, and snippets.

@smmr0
Last active June 19, 2026 22:35
Show Gist options
  • Select an option

  • Save smmr0/67bf1eee82fc0ba2f32cc650ec462ceb to your computer and use it in GitHub Desktop.

Select an option

Save smmr0/67bf1eee82fc0ba2f32cc650ec462ceb to your computer and use it in GitHub Desktop.
mute
#!/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