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