mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-01-19 09:46:29 +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 "$@"
|