erste Fassung der Berechnung.
This commit is contained in:
Executable
+6
@@ -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"
|
||||
Reference in New Issue
Block a user