mirror of
https://github.com/qemu/qemu.git
synced 2026-02-04 05:35:39 +00:00
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
|
||
|
|
exec @build_dir@/pyvenv/bin/meson devenv -C @build_dir@ -w "$PWD" "$@"
|