#/bin/bash
function main(){
    wineapp=$(readlink -f $(whereis wine64))
    "$wineapp" "~/Applications/Winbox.exe"
}
main