diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-04-02 23:43:56 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-06-21 14:41:11 +0200 |
commit | 32b66c95fff42295bb8d3a569923a82a5de973c9 (patch) | |
tree | eb7fc741f9f80308cab376bd5260e7d1d5d63590 /list-sinks.sh | |
parent | 2fcd3ee3e5dbf65841d5e457aa1a558fee471433 (diff) |
Add pulseaudio, parse command line args
Diffstat (limited to 'list-sinks.sh')
-rwxr-xr-x | list-sinks.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/list-sinks.sh b/list-sinks.sh new file mode 100755 index 0000000..e5fc44f --- /dev/null +++ b/list-sinks.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +pactl list | grep -E '(Description: Monitor of)|(Monitor Source: )' |