cd `dirname $0` git pull pkill -f ssp-server.jar mvn clean package -DskipTests=true nohup java -jar target/ssp-server.jar > /dev/null 2>&1 &