#!/bin/bash
#
# HELP: SYNOPSIS:
# HELP:     mount_cd
# HELP:
# HELP: DESCRIPTION:
# HELP:     Mount a CD. That means: Make it accessible in the file system.
# HELP:     The contents of the mounted CD should appear in /cdrom after
# HELP:     using this command.

mount /cdrom
