1 2 3 4 5 6 7
#!/bin/sh if [ $# -ne 1 ]; then echo "usage: testiso <iso name>" exit 1 fi qemu -boot d -kernel-kqemu -cdrom "${1}"