#!/bin/bash
#
# HELP: SYNOPSIS:
# HELP:     unmount_cd
# HELP:
# HELP: DESCRIPTION:
# HELP:     Unmount a CD. I.e. unhook it from the file system and allow the.
# HELP:     CD to be ejected. The contents of the mounted CD should disappear 
# HELP:     from /cdrom after using this command.

umount /cdrom
