erste Fassung der Berechnung.

This commit is contained in:
Michael Stangl
2026-06-14 08:58:25 +02:00
commit ad6af04801
8 changed files with 896 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# Projektpfade setzen Datei muss *gesourced* werden: source setenv.sh
export MILCH_HOME="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
export MILCH_BIN="$MILCH_HOME/bin"
export MILCH_LIB="$MILCH_HOME/lib"
export MILCH_CFG="$MILCH_HOME/cfg"