2 lines
62 B
Bash
Executable file
2 lines
62 B
Bash
Executable file
#!/bin/sh
|
|
exec ssh-agent -D -a "${XDG_RUNTIME_DIR}/ssh-agent"
|