Paper/build.sh

7 lines
177 B
Bash
Raw Normal View History

#!/bin/bash
#git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./applyPatches.sh
if [ "$1" == "--jar" ]; then
mvn clean install && ./paperclip.sh
fi