projects
/
starship-fights
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
344e641
)
Add patch script
author
TheSaminator
<TheSaminator@users.noreply.github.com>
Tue, 1 Mar 2022 13:10:44 +0000
(08:10 -0500)
committer
TheSaminator
<TheSaminator@users.noreply.github.com>
Tue, 1 Mar 2022 13:10:44 +0000
(08:10 -0500)
patch
[new file with mode: 0644]
patch
|
blob
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