#!/bin/sh
#
# Autorun script for IBM doc cd
# Copyright (c) 2003 IBM Inc.

dir=$(echo $0 |sed 's/autorun//')
cd $dir
tree=$(pwd)

# Change directories so we can unmount the CD-ROM Drive
cd /
exec /usr/bin/mozilla $tree/start.html
