This website requires JavaScript.
Explore
Help
Sign In
actions
/
burnett01-rsync-deployments
Watch
1
Star
0
Fork
You've already forked burnett01-rsync-deployments
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d0cc021e84
burnett01-rsync-deployments
/
agent-add
4 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Remove .sh ext
2020-01-02 23:57:06 +08:00
#!/bin/sh
Add arguments to add and autostart.
2020-01-03 23:41:34 +08:00
source agent-start "${1:-default}"
Redirect ssh-add output.
2020-01-03 05:57:16 +08:00
cat - | tr -d '\r' | ssh-add - >/dev/null