Remove: loadsshkeys.sh: no longer required

This commit is contained in:
mollusk 2020-07-08 23:24:44 -07:00
parent 52fde23819
commit f419fbf5b3

View File

@ -1,7 +0,0 @@
#!/bin/bash
KEYFILE="/home/mollusk/.ssh/gitbutter_thinkpad"
ssh-add ${KEYFILE}
eval `ssh-agent`