mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-17 13:12:55 +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 ../..
|