#!/bin/bash app='oss-store.jar' app_path=`pwd`/${app} nohup java -jar ${app_path} > console.log 2>&1 &