qmp 358 B

1234567891011
  1. #!/usr/bin/env python3
  2. import sys
  3. print('''This unmaintained and undocumented script was removed in preference
  4. for qmp-shell. The assumption is that most users are using either
  5. qmp-shell, socat, or pasting/piping JSON into stdio. The duplication of
  6. facilities here is unwanted, and the divergence of syntax harmful.''',
  7. file=sys.stderr)
  8. sys.exit(1)