6 lines
68 B
Bash
Executable File
6 lines
68 B
Bash
Executable File
#!/usr/bin/env bash
|
|
vol=$(pamixer --get-volume)
|
|
|
|
echo " $vol "
|
|
|