#!/bin/bash
. findwine
$WINE "c:\\program files\\StarMoney 5.0\\StartStarMoney.exe" ${PARAM:+"$PARAM"} &>/dev/null &
wait $!
