1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 07:27:09 +00:00
termux-packages/packages/openssh/ssh-with-agent.sh
2021-09-10 23:19:48 +03:00

5 lines
39 B
Bash

#!/bin/sh
. source-ssh-agent
ssh "$@"