summaryrefslogtreecommitdiff
path: root/testiso
diff options
context:
space:
mode:
Diffstat (limited to 'testiso')
-rw-r--r--testiso6
1 files changed, 6 insertions, 0 deletions
diff --git a/testiso b/testiso
new file mode 100644
index 0000000..4ad9a31
--- /dev/null
+++ b/testiso
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ $# -ne 1 ]; then
+ echo "usage: testiso <iso name>"
+fi
+qemu -boot d -kernel-kqemu -cdrom "${1}"