Add "pull" recipe to update repo files from live ones
[khome.git] / home / bin / vol_unmute
1 #! /bin/sh
2
3 for sink in $(pactl list sinks | grep '^Sink #' | awk -F\# '{print $2}')
4 do
5 pactl set-sink-mute "$sink" false
6 done
This page took 0.063638 seconds and 4 git commands to generate.