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