#!/bin/sh -e # if [ "$GNNIX" == "" ]; then echo You must set and export the gnnix base '$GNNIX' exit 0 fi if [ "$1" == "" ]; then echo echo available iso\'s.. echo cd $GNNIX/iso ls echo exit 0 fi cdrecord -v speed=8 dev=ATAPI:0,0 $GNNIX/iso/$1 eject