mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
10 lines
266 B
Bash
Executable file
10 lines
266 B
Bash
Executable file
REPO_ROOT=$(dirname $(realpath $0))/..
|
|
|
|
# Export desktop environment shell configuration
|
|
export $($REPO_ROOT/scripts/environment.sh)
|
|
|
|
docker exec \
|
|
--interactive \
|
|
--tty \
|
|
--user $DESKTOP_ENVIRONMENT_USER \
|
|
$DESKTOP_ENVIRONMENT_CONTAINER zsh --login -c "$*"
|