run command

This commit is contained in:
Fahad
2025-06-08 20:16:12 +04:00
parent 7cfd5f89ad
commit 25849d16e9

4
run_gemini.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
cd "$(dirname "$0")"
source venv/bin/activate
python gemini_server.py "$@"