set -e
export PARENT_PRE=1
export REMOVE_ME=1
direnv_load bash -c 'export CHILD=1; unset REMOVE_ME; direnv dump'
export PARENT_POST=1
