7 lines
61 B
Bash
7 lines
61 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
sleep 1
|
||
|
pipewire &
|
||
|
pipewire-pulse &
|
||
|
wireplumber &
|