startup.sh 169 B

12345678910
  1. #!/bin/bash
  2. set -e -o pipefail
  3. git clone https://github.com/MikeMirzayanov/testlib.git
  4. cd testlib
  5. git checkout dev-mikemirzayanov
  6. cd tests
  7. ./run.sh
  8. cd /
  9. rm -rf testlib