Files
rsync-deployments/agent-add
T
John Internet 8a8eb3a7f3 Remove .sh ext
2020-01-02 15:57:06 +00:00

6 lines
79 B
Bash

#!/bin/sh
# Start the SSH agent if it isn't already.
agent-start
ssh-add "$@"