9 lines
69 B
Bash
9 lines
69 B
Bash
|
#!/usr/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
wireplumber &
|
||
|
sleep 1
|
||
|
|
||
|
catchsegv meson "$@"
|