diff options
Diffstat (limited to 'paperclip.sh')
-rwxr-xr-x | paperclip.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/paperclip.sh b/paperclip.sh deleted file mode 100755 index fe255bfa9b..0000000000 --- a/paperclip.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env bash -basedir=`pwd` -workdir=$basedir/work -mcver=$(cat BuildData/info.json | grep minecraftVersion | cut -d '"' -f 4) - -cd ./Paperclip -mvn clean package -cd .. -cp ./Paperclip/target/paperclip-${mcver}.jar ./paperclip.jar - -echo "" -echo "" -echo "" -echo "Build success!" -echo "Copied final jar to $(pwd)/paperclip.jar" |