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