mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
9 lines
69 B
Bash
9 lines
69 B
Bash
|
#!/usr/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
wireplumber &
|
||
|
sleep 1
|
||
|
|
||
|
catchsegv meson "$@"
|