github.com_burnett01_rsync-.../agent-add

4 lines
87 B
Text
Raw Normal View History

2020-01-02 16:57:06 +01:00
#!/bin/sh
2020-01-03 16:41:34 +01:00
source agent-start "${1:-default}"
2020-01-02 22:57:16 +01:00
cat - | tr -d '\r' | ssh-add - >/dev/null