diff --git a/ssh b/ssh new file mode 100755 index 0000000..29fa5ce --- /dev/null +++ b/ssh @@ -0,0 +1,7 @@ +#!/bin/bash + +if [[ "$(ssh-add -l | grep -i joshs_key)" == "" ]]; then + ssh-add $HOME/.ssh/joshs_key