github.com_burnett01_rsync-.../agent-add

6 lines
79 B
Text
Raw Normal View History

2020-01-02 16:57:06 +01:00
#!/bin/sh
# Start the SSH agent if it isn't already.
agent-start
ssh-add "$@"