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