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