#!/bin/bash
. findwine
$WINE "c:\\Program Files\\Google\\Google Earth\\GoogleEarth.exe" ${PARAM:+"$PARAM"} &>/dev/null &
wait $!
