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