4 lines
79 B
Bash
4 lines
79 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
pactl list | grep -E '(Description: Monitor of)|(Monitor Source: )'
|