#!/bin/bash

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

box86 wine "$@"
