#!/bin/sh if [ ! -f /usr/share/minivmac/vMac.ROM ]; then Xdialog --title "Mini vMac" --msgbox \ "No ROM file found! You need to place a Macintosh Plus ROM file named 'vMac.ROM' in the /usr/share/minivmac directory. You can only obtain this ROM file legally by extracting it from your old Macintosh Plus. Look at the Mini vMac documentation on its web page to see how you can do that: http://minivmac.sourceforge.net/doc You will also need an OS to run Mini vMac with; Apple lets you download System 6 and System 7 from their website: http://www.info.apple.com/support/oldersoftwarelist.html" 20 75 else cd /usr/share/minivmac ./minivmac fi