#!/bin/bash jar_name="${project.build.finalName}.jar" echo "starting $jar_name ..." nohup java -jar ./lib/${jar_name} >/dev/null 2>log &