repo.or.cz
/
carla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix qt6 build
[carla.git]
/
bin
/
carla-bridge-lv2-modgui
blob
323d868634e71d1f68b9faff6a23161d1f877728
1
#!/bin/bash
2
3
ASPATH
=
$
(
readlink
-f
$0
)
4
BINDIR
=
$
(
dirname
$ASPATH
)
5
6
exec
python3
$BINDIR
/
..
/
source
/
frontend
/
carla_modgui.py
"$@"