Mountet eine CD nach /mnt/isoCD

mountCD.sh


#!/bin/sh
mount -o loop -t iso9660 "$1" /mnt/isoCD