mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-25 23:32:59 +00:00
7 lines
106 B
Bash
Executable file
7 lines
106 B
Bash
Executable file
#!/bin/bash
|
|
|
|
meson compile -C build && \
|
|
cd build/Minecraft.Client/ && \
|
|
./Minecraft.Client && \
|
|
cd ../..
|