This website requires JavaScript.
Explore
Help
Sign in
melmco
/
rsync-deployments
Watch
5
Star
0
Fork
You've already forked rsync-deployments
0
mirror of
https://github.com/Burnett01/rsync-deployments.git
synced
2025-06-18 23:03:01 -06:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d0cc021e84
rsync-deployments
/
agent-add
4 lines
87 B
Text
Raw
Normal View
History
Unescape
Escape
Remove .sh ext
2020-01-02 15:57:06 +00:00
#!/bin/sh
Add arguments to add and autostart.
2020-01-03 15:41:34 +00:00
source agent-start "${1:-default}"
Redirect ssh-add output.
2020-01-02 21:57:16 +00:00
cat - | tr -d '\r' | ssh-add - >/dev/null
Reference in a new issue
Copy permalink