#!/bin/bash
cd ~
cd ".cxoffice/HeroesIIGold/drive_c/Program Files/3DO/Heroes II Gold"
mount /mnt/cdrom
/opt/cxoffice/bin/wine --bottle HeroesIIGold --cx-app heroes2w
umount /mnt/cdrom
