#!/hint/bash

if [ -r "/opt/admin/roles/recovery/admin/bashrc" ]; then
  source "/opt/admin/roles/recovery/admin/bashrc"
elif [ -r "$HOME/.bashrc" ]; then
  source "$HOME/.bashrc"
fi
