New Script: loadsshleys.sh

Former-commit-id: 6d6f7d6dee6c0ec7b3c37f5bfaa9d2ebd6c8a3c3
This commit is contained in:
mollusk 2018-07-19 16:01:48 -07:00
parent 7d19797ab9
commit 75198e62dc

7
loadsshkeys.sh Normal file
View File

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