mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

pavol (93B)


      1 #!/bin/bash
      2 
      3 pagas | cut -d ' ' -f1 | while read s; do
      4   pactl set-sink-volume $s "$1"
      5 done
      6