BXBU6DFPSIWPSZ4DJCAOJ44LWX3NBEVC4CDOOUPEJTPT24REDZNAC # @todo setup debug flag for `time` directiveecho 'Shim successfully loaded, script continues.'# Get realpath (and inform user)time srcRealpath="$(realpath "${BASH_SOURCE}")" && if [[ "${DEBUG}" -gt 0 ]]; thenecho "BASH_SOURCE realpath: '${srcRealpath}'"fitime srcDirName="$(dirname "${srcRealpath}")" && if [[ "${DEBUG}" -gt 0 ]]; thenecho "realpath dirname: '${srcDirName}'"fiecho 'Sourcing mixins, please stand by.'time . "${srcDirName}/mixins.src"