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