start1.sh 104 B

12345
  1. #!/bin/bash
  2. app_dir=`pwd`
  3. app_name='bntweb.jar'
  4. java -jar ${app_dir}"/"${app_name} > console.log 2>&1 &