start.sh 104 B

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