#!/bin/bash meson compile -C build && \ cd build/Minecraft.Client/ && \ gdb -tui ./Minecraft.Client && \ cd ../..