scripts/ssh-agent.sh

4 lines
106 B
Bash
Raw Normal View History

2022-11-14 15:59:19 +00:00
#!/bin/bash
eval $(ssh-agent -a $HOME/.spool/ssh-agent.sock | tee $HOME/.spool/ssh-agent.env) >/dev/null