#!/bin/bash mkdir temp cd temp curl -LOJR https://dev.sys.reslate.xyz/dev-auto/job/ydeng-public/job/rsemcm/job/master/lastSuccessfulBuild/artifact/publish/RSEMCM_server.zip unzip RSEMCM_server.zip cd ../ rsync -av --update temp/mods/* ./mods/. rsync -av --ignore-existing temp/config ./config/. rm -r ./temp