mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
5 lines
116 B
Bash
Executable file
5 lines
116 B
Bash
Executable file
#!/bin/bash
|
|
cd Management-Server
|
|
sh mvnw package
|
|
mv target/*with-dependencies.jar /tmp/ms.jar
|
|
java -jar /tmp/ms.jar
|