5 lines
37 B
Bash
5 lines
37 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. source-ssh-agent
|
||
|
ssh $@
|