alle Default files rein
This commit is contained in:
12
bin/get_cmd.sh
Normal file
12
bin/get_cmd.sh
Normal 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"
|
||||
Reference in New Issue
Block a user