Updated run script to pull before running.

This commit is contained in:
Harrison Deng 2022-01-08 23:40:55 -06:00
parent f4c58273fa
commit dc7409be30
2 changed files with 7 additions and 0 deletions

3
devrun.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui

4
run.sh
View File

@ -1,2 +1,6 @@
#!/bin/sh #!/bin/sh
git checkout master
git pull origin master
java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui