leeres Projekt mit Umgebung angelegt

This commit is contained in:
2026-07-20 16:28:31 +02:00
commit 06de3aba70
12 changed files with 385 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
# ================================================================
# SPS_SKEL - Shell mit gesetzten Umgebungsvariablen oeffnen
# ================================================================
# Verwendung: source bin/get_cmd.sh
# ================================================================
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/setenv.sh"
exec "$SHELL"