mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-24 16:25:23 +08:00
6 lines
79 B
Bash
6 lines
79 B
Bash
#!/bin/sh
|
|
|
|
# Start the SSH agent if it isn't already.
|
|
agent-start
|
|
ssh-add "$@"
|