A Salt 'n Battery made their best lunch ever for
jelashke and I. I slept ultra-late and still felt woozy (the several steaks of Sunday, perhaps) so I may have posted things about which I have no memory. Further on in the day though, I found a copy of
"Federal Constitutional Law Nutshell" (Lindsay, 2003) at
QU Books. The first chapters read like a middle school history book - as much a story about two countries as anything. I'm intrigued.
I don't think there's anything wrong with this, but the lesson learned is not to edit a live .bashrc file.
AGENT_FILE="$HOME/.ssh/agent.sh"
if [ ! -f "$AGENT_FILE" ] || ! . "$AGENT_FILE" &> /dev/null || \
[ "$SSH_AUTH_SOCKtack" = "tack" -o ! -e "$SSH_AUTH_SOCK" ] ; then
if ! ssh-agent > "$AGENT_FILE"; then
# agent wouldn't start - abort and cleanup
echo "error: couldn't start ssh-agent";
rm -f "$AGENT_FILE";
else
. "$AGENT_FILE" &> /dev/null;
export SSH_AUTH_SOCK SSH_AGENT_PID
fi
else
export SSH_AUTH_SOCK SSH_AGENT_PID
fi
To conclude, I don't know why
catelina tried to cut her finger off at work with a cheese knife, but I've never been gladder to see her fail at something :)
The day ended with the network at work dying badly. It must almost be term time again. Fair enough.