6 lines
79 B
Bash
6 lines
79 B
Bash
#!/bin/sh
|
|
|
|
# Start the SSH agent if it isn't already.
|
|
agent-start
|
|
ssh-add "$@"
|