mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-11-18 23:07:53 +00:00
7 lines
235 B
Bash
Executable File
7 lines
235 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
printf '\33c\e[3J' # cls
|
|
cd /Users/mhaye/plat/tools/ProRWTS && make && \
|
|
cd /Users/mhaye/plat/tools/PLASMA/src && make vm && \
|
|
cd /Users/mhaye/plat/tools/PackPartitions && rm -f dist/PackPartitions.jar && ant jar
|