I realize I’m way late on getting this published, but it’s just so good I don’t mind being late. I saw this on Boing Boing and I don’t really have time to add a lot to it right now, so this one goes out to the folks who can’t handle the traffic of megablogs like […]
Author Archives: sam
Bash & Screen
You may be familiar with my tutorial on getting your ssh-agent to work inside screen. If not, have a look. There’s always room for improvements! Here’s an excerpt from my current .bash_profile: function Attach(){ grabssh if [[ -z “${1}” ]] ; then local n=`screen -wipe | egrep -i ‘attached|detached’ | wc -l` if [[ “${n}” […]