10 lines
230 B
Bash
10 lines
230 B
Bash
#!/bin/bash
|
|
|
|
rm -rdf
|
|
git clone https://git.sanchezm.fr/mathieu/CAU-NLP-Spring-2019-PQ-Man-Server.git /root/nlp
|
|
cd /root/nlp/CAu_NLP_2019
|
|
|
|
mvn assembly:assembly
|
|
|
|
java -jar target/CAu_NLP_2019-1.0-SNAPSHOT-jar-with-dependencies.jar
|