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