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