6 lines
67 B
Text
6 lines
67 B
Text
|
#!/bin/sh
|
||
|
|
||
|
export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
|
||
|
|
||
|
ssh "$@"
|