3 lines
96 B
Bash
Executable file
3 lines
96 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
TERM=xterm-256color "/usr/bin/ssh" -F "${XDG_CONFIG_HOME}/ssh/config" "${@}"
|