setup.sh 198 B

12345678910
  1. #!/bin/bash
  2. # Setup script
  3. cat ../config/create.sql | mysql -u root
  4. # for testing create a symlink
  5. WDIR=$(cd .. && pwd)
  6. cd /tmp/ && ln -s $WDIR FrameworkBenchmarks && cd -
  7. # next invoke ./run.sh