1 #!/bin/bash 2 echo "Running continuous tests..." 3 cd /app/Tests/CodexContinuousTests 4 exec "$@" 5