4 lines
68 B
Groff
4 lines
68 B
Groff
|
#!/bin/sh
|
||
|
|
||
|
exec /usr/bin/qemu-system-x86_64 -machine accel=kvm "$@"
|