-
TIL: "bash --noprofile --norc" - open a bash shell even if you've screwed up your /etc/bash.bashrc or .bashrc file. It lets you in so you can fix your config files enough to let it run. I had to comment out a questionable line that was causing an endless loop.