mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 11:45:58 +00:00
7 lines
115 B
Bash
Executable File
7 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
meson compile -C build && \
|
|
cd build/Minecraft.Client/ && \
|
|
gdb -tui ./Minecraft.Client && \
|
|
cd ../..
|