From 77305eb4d82e953fd5d1c41bd02ac061bc579591 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 13 Sep 2006 22:35:30 +0000 Subject: git-svn-id: http://phraktured.net/archiso@9 00a9fe69-e71b-0410-bb23-df0e5024db41 --- testiso | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testiso (limited to 'testiso') 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 " +fi +qemu -boot d -kernel-kqemu -cdrom "${1}" -- cgit v1.2.3-54-g00ecf