mirror of https://github.com/kortix-ai/suna.git
4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cd "$(dirname "$0")"
|
||
|
uv run python run_tests.py "$@"
|