3 lines
72 B
Bash
Executable File
3 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
amixer sget Master | grep -Po '(?<=\[)off(?=\])' | head -n1
|