scripts/getvol

4 lines
66 B
Bash
Executable File

#!/bin/sh
pactl list sinks | grep Volume | awk 'NR==1{print $5}'