setup.sh 89 B

1234567
  1. #!/bin/bash
  2. fw_depends java8 maven
  3. mvn clean package
  4. cd target
  5. java -jar beyondj.jar &