erste Fassung eines SKripts zur Extraktion der Texte aus einer .dxf Datei erstellt

This commit is contained in:
2025-12-02 22:20:26 +01:00
parent 17902ec8dc
commit f7f8aca5f1
5 changed files with 315 additions and 1 deletions
+1 -1
View File
@@ -22,5 +22,5 @@ export PROJECT_IO_RESULTS=$PROJECT_WORK
export PROJECT_BOM_RESULTS=$PROJECT_WORK
export INSTALL_DIR="$HOME/kabeltool"
# Add project bin to PATH
# Add project bin to PATH (only if not already added)
export PATH="$PROJECT_BIN:$PATH"