4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
# Shut off all sounds coming from alsa
|
|
amixer -q -D pulse sset Master toggle
|