mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-27 09:44:03 +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 ../..
|