server 363 B

123456789101112131415
  1. #!/bin/bash
  2. if ! [ -d ".bin" ]; then
  3. echo "Missing binary directory"
  4. echo "Please run 'build' or report this https://git.red-green.com/david/Core/issues/new"
  5. exit -1
  6. fi
  7. if ! [ -f ".bin/core-server" ]; then
  8. echo "Missing server binary"
  9. echo "Please run 'build' or report this https://git.red-green.com/david/Core/issues/new"
  10. exit -1
  11. fi
  12. ./.bin/core-server