5 lines
67 B
Bash
Executable file
5 lines
67 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
|
|
|
|
ssh "$@"
|