Sign in
◑
Theme
qemu
/
qemu
/
bdac94e9cfdff4d9d3c1a6f7cd995e4e4f04d7a9
/
.
/
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
)