mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
export QTEST_QEMU_BINARY=$1
|
||
|
shift
|
||
|
"$@"
|