mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-01-19 01:46:27 +01:00
6 lines
79 B
Text
6 lines
79 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Start the SSH agent if it isn't already.
|
||
|
agent-start
|
||
|
ssh-add "$@"
|