#!/bin/bash
. findwine
$WINE "C:\\Program Files\\Weathersoft\\WeatherScope.exe" ${PARAM:+"$PARAM"} &>/dev/null &
wait $!
