summaryrefslogtreecommitdiff
path: root/testiso
diff options
context:
space:
mode:
Diffstat (limited to 'testiso')
-rwxr-xr-xtestiso7
1 files changed, 0 insertions, 7 deletions
diff --git a/testiso b/testiso
deleted file mode 100755
index 9de347a..0000000
--- a/testiso
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ $# -ne 1 ]; then
- echo "usage: testiso <iso name>"
- exit 1
-fi
-qemu -boot d -kernel-kqemu -m 256 -cdrom "${1}"