#bash
Read more stories on Hashnode
Articles with this tag
I have a simple script that I run to load my ssh keys into ssh agent. It looks like this:- eval "$(ssh-agent)" ssh-add The problem is, I have to run...