7 lines
61 B
Bash
Executable File
7 lines
61 B
Bash
Executable File
#!/usr/local/bin/bash
|
|
|
|
set -e
|
|
set -u
|
|
|
|
ssh -i $SSH_KEYFILE $@
|