From: TheSaminator Date: Tue, 1 Mar 2022 13:10:44 +0000 (-0500) Subject: Add patch script X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=ebea89509dd11706a8b69cccad7970fa5c347fc8;p=starship-fights Add patch script --- diff --git a/patch b/patch new file mode 100644 index 0000000..f40ecd1 --- /dev/null +++ b/patch @@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +screen -S starshipfights -X quit +git pull +gradle shadowJar +screen -dmS starshipfights gradle runShadow