mirror of https://github.com/kortix-ai/suna.git
5 lines
49 B
Bash
5 lines
49 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source .venv/bin/activate
|
||
|
exec "$@"
|