home
/
code
/
khome.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix test of scripts dir existence
[khome.git]
/
home
/
bin
/
vol_mute
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
"
toggle
6
done
This page took
0.081695 seconds
and
4
git commands to generate.