4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
source agent-start
|
||
|
echo "$SSH_PRIVATE_KEY" | agent-add
|