3 linhas
55 B
Bash
Arquivo Executável
3 linhas
55 B
Bash
Arquivo Executável
#!/bin/sh
|
|
ssh -i /root/.ssh/id_rsa_gitlab_deploy $1 $2
|