diff options
Diffstat (limited to 'scripts/list-sinks.sh')
-rwxr-xr-x | scripts/list-sinks.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/list-sinks.sh b/scripts/list-sinks.sh new file mode 100755 index 0000000..e5fc44f --- /dev/null +++ b/scripts/list-sinks.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +pactl list | grep -E '(Description: Monitor of)|(Monitor Source: )' |