summaryrefslogtreecommitdiff
path: root/testiso
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-09-13 22:35:30 +0000
committerAaron Griffin <aaron@archlinux.org>2006-09-13 22:35:30 +0000
commit77305eb4d82e953fd5d1c41bd02ac061bc579591 (patch)
treee76e63234753621df0c6cbcb6ef25c2111eb9016 /testiso
parent93a6284c32ff45605ad3f4e340528ead828bdda2 (diff)
git-svn-id: http://phraktured.net/archiso@9 00a9fe69-e71b-0410-bb23-df0e5024db41
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}"