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