Bash Skripte für das Startup gebaut

This commit is contained in:
mistangl
2025-07-31 15:03:20 +02:00
parent 0a3fe7dda8
commit b39235ba70
8 changed files with 144 additions and 0 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
source manage_interpreter.sh activate_interpreter
python "$PROJECT_LIB/routing.py" "$@"
source manage_interpreter.sh deactivate_interpreter