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