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