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