Add patch script
authorTheSaminator <TheSaminator@users.noreply.github.com>
Tue, 1 Mar 2022 13:10:44 +0000 (08:10 -0500)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Tue, 1 Mar 2022 13:10:44 +0000 (08:10 -0500)
patch [new file with mode: 0644]

diff --git a/patch b/patch
new file mode 100644 (file)
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