diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/qemu-wrapper.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/qemu-wrapper.sh b/scripts/qemu-wrapper.sh new file mode 100755 index 0000000..fa89ac5 --- /dev/null +++ b/scripts/qemu-wrapper.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +echo "QEMU WRAPPER" +qemu-system-x86_64 $@ |
