mybin

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

pagas (113B)


      1 #!/bin/bash
      2 
      3 # get pulseaudio active sink
      4 
      5 pactl list short | grep RUNNING | awk '{printf "%s <%s>\n", $1, $2}'
      6