startup.sh 68 B

1234
  1. #!/bin/sh
  2. echo Start Application
  3. nohup java -jar coffee-admin.jar &