#!/bin/bash

export BOX86_PATH=/opt/wine-i386/bin/
export BOX86_LD_LIBRARY_PATH=/opt/wine-i386/lib/
export BOX86_LOG=1

box86 wine "$@"
