From c464db595165a847e5fc81a57133f68a9c2e0ef8 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 28 Sep 2006 02:15:25 +0000 Subject: git-svn-id: http://phraktured.net/archiso@13 00a9fe69-e71b-0410-bb23-df0e5024db41 --- testiso | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'testiso') diff --git a/testiso b/testiso index 4ad9a31..f129ffa 100644 --- a/testiso +++ b/testiso @@ -1,6 +1,7 @@ -#!/bin/sh - -if [ $# -ne 1 ]; then - echo "usage: testiso " -fi -qemu -boot d -kernel-kqemu -cdrom "${1}" +#!/bin/sh + +if [ $# -ne 1 ]; then + echo "usage: testiso " + exit 1 +fi +qemu -boot d -kernel-kqemu -cdrom "${1}" -- cgit v1.2.3-54-g00ecf