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