#!/bin/sh if [ $# -ne 1 ]; then echo "usage: testiso " exit 1 fi qemu -boot d -kernel-kqemu -cdrom "${1}"