#!/bin/bash sti=$1 if [ -d /home/wine/winevers/$1/bin ]; then sti=$1/bin; fi tre=$3 if ! [ -z $3 ]; then ekstra=" $3"; fi LD_LIBRARY_PATH=/home/wine/winevers/$1/lib /home/wine/winevers/$sti/wine "$2"$ekstra