mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-24 00:13:46 +01:00
Read stdin and pass to ssh agent.
This commit is contained in:
parent
d9d0f73fda
commit
d331a23e2d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
agent-start
|
agent-start
|
||||||
ssh-add "$@"
|
echo /dev/stdin > ssh-add -
|
||||||
|
|
Loading…
Reference in a new issue