#!/bin/bash

export BOX64_PATH=/opt/wine-stable/bin/
export BOX64_LD_LIBRARY_PATH=/opt/wine-stable/lib/
export BOX64_LOG=1

box64 wine "$@"
