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
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# getpositions.sh
#!/bin/bash
source manage_interpreter.sh activate_interpreter
python "$PROJECT_LIB/getpositions.py" "$@"
source manage_interpreter.sh deactivate_interpreter