2 lines
62 B
Bash
Executable file
2 lines
62 B
Bash
Executable file
#!/bin/sh
|
|
exec ssh-agent -D -a "/run/user/$(id -u)/ssh-agent"
|