#! /bin/bash # shellcheck source=../scripts/helper-functions.sh . /usr/local/bin/helper-functions.sh _notify 'inf' 'Printing environment variables. Make sure no sensitive data is copied.' grep ^export /root/.bashrc | sed 's|export ||'