1
0
Fork 0
qemu/debian/qemu-system-x86_64-spice
Daniel Baumann 665688c177
Adding debian version 1:10.0.2+ds-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:18 +02:00

5 lines
187 B
Bash
Executable file

#! /bin/sh
echo "$0: W: this is an old compat wrapper script for qemu-system-x86_64-spice" >&2
echo "$0: W: please use qemu-system-x86_64 instead of $0" >&2
exec qemu-system-x86_64 "$@"