home
/
code
/
khome.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Switch experiment README to .md
[khome.git]
/
home
/
bin
/
vol_unmute
Commit
Line
Data
187073f4
SK
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.122109 seconds
and
4
git commands to generate.