desktop-environment/scripts/exec-root.sh
Jackson Delahunt 1b7920041e exec
2019-02-22 18:41:24 +11:00

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 "$*"