start.sh 210 B

1234567891011
  1. #!/bin/sh
  2. cd "$(dirname "$0")"
  3. if ! [ -d "run" ]; then
  4. mkdir -p run/web
  5. # cp -fR res/chat/* run/web
  6. cp -fR res/eliasdb.config.json run
  7. cp -fR res/scripts run
  8. fi
  9. cd run
  10. ../../../eliasdb server -ecal-console