diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-09-19 16:19:41 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-09-19 16:19:41 +0200 |
commit | 85cd5a9d113de506c0722acaada68af56c9f9642 (patch) | |
tree | c9d3d78b1c4c335c0c48144a1d39c7ef1ae8ce1a /scripts/list-sinks.sh | |
parent | 59b730a806c92acbf999a7fa35b8ece9fb7c3203 (diff) |
Move scripts to script dir, add youtube-hls-stream script, fix twitch stream script
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: )' |