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
9660fcb269
burnett01-rsync-deployments
/
agent-add
6 lines
79 B
Bash
Raw
Blame
History
#!/bin/sh
# Start the SSH agent if it isn't already.
agent-start
ssh-add
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink