#!/bin/sh # if [ "x$1" != "x" ] ; then ISOIMAGE=$1 elif [ "x$ISOIMAGE" = "x" ] ; then echo "Please specify the ISO on the command line or set the enviornment variable ISOIMAGE to point to your ISO" exit 1 fi mkdir -p cdrom mount -o loop -t iso9660 $ISOIMAGE cdrom