2015-12-30 05:40:32 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
2016-03-18 06:50:06 +01:00
|
|
|
git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./applyPatches.sh
|
2016-03-18 06:46:32 +01:00
|
|
|
if [ "$1" == "--jar" ]; then
|
|
|
|
mvn clean install && ./paperclip.sh
|
|
|
|
fi
|