3 lines
62 B
Plaintext
3 lines
62 B
Plaintext
|
#!/bin/sh
|
||
|
exec ssh-agent -D -a "/run/user/$(id -u)/ssh-agent"
|