run.sh 100 B

123
  1. #!/bin/bash
  2. nohup java -jar /data1/sms_server/sms_server.jar > /data1/sms_server/output.out 2>&1 &