start.sh hinzugefügt

This commit is contained in:
2026-05-22 19:26:00 +00:00
parent 7b27100302
commit 0c085b7546

10
start.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
cd "$(dirname "$0")"
if [ ! -d "venv" ]; then
echo "❌ Fehler: venv nicht gefunden. Bitte zuerst ./setup.sh ausführen."
exit 1
fi
source venv/bin/activate
python3 jarvis.py