#!/usr/bin/env bash

_path="${core_development_path:="$source_path/bdsm"}/modules"

if user_is_root
then # TODO: Allow --src flag to modify root behavior.
  _path="${bdsm_path}/modules"
fi

enter "${_path}"

exec ${EDITOR:-vi} .

exit 0 # For sanity.
