Sign in
qemu
/
qemu
/
5ef0ecc5942ee07bb581cc96a97bbfc0fdf4005c
/
.
/
scripts
/
qmp
/
qmp-shell-wrap
blob: f63dadad1eda8c3e240037444592649772290eda [
file
]
#!/usr/bin/env python3
import
sys
print
(
"This script has moved; after running configure,"
" please use '$builddir/run qmp-shell-wrap [...]' instead."
,
file
=
sys
.
stderr
)
sys
.
exit
(
1
)