alle Default files rein

This commit is contained in:
mistangl
2026-04-10 12:11:52 +02:00
commit 385e33e882
12 changed files with 424 additions and 0 deletions

12
bin/get_cmd.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
# ================================================================
# PLANTPLAN - Shell mit gesetzten Umgebungsvariablen öffnen
# ================================================================
# Verwendung: source bin/get_cmd.sh
# ================================================================
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/setenv.sh"
# Neue interaktive Shell starten (mit gesetzten Umgebungsvariablen)
exec "$SHELL"