3 lines
88 B
Bash
Executable file
3 lines
88 B
Bash
Executable file
#!/bin/bash
|
|
echo $(amixer -D pulse sget Master | egrep -o "[0-9]+%" | head -n 1)
|
|
exit 0
|