#!/bin/bash

set -x

if mount | grep -q cdrom; then
    umount /cdrom
fi
