4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
![]() |
#!/bin/sh
|
||
|
sv check pipewire >/dev/null || exit 1
|
||
|
exec wireplumber
|