mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 14:47:25 +10:00
8 lines
233 B
Bash
Executable file
8 lines
233 B
Bash
Executable file
REPO_ROOT=$(dirname $(readlink -f $0))/../..
|
|
|
|
# Export desktop environment shell configuration
|
|
eval "$(cat $REPO_ROOT/docker/scripts/environment.sh)"
|
|
|
|
docker exec \
|
|
--interactive \
|
|
$DESKTOP_ENVIRONMENT_CONTAINER_NAME zsh -c "$*"
|