#!/bin/bash
. findwine
$WINE "c:\\BioEdit\\BioEdit.exe" ${PARAM:+"$PARAM"} &>/dev/null &
wait $!
