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