3 lines
105 B
Bash
Executable File
3 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
scp -i "$SECRET_DIR/sftp.sshprivkey" -rP 2929 gypsy@sftp.jean-cloud.net:public/* "$HTTP_DIR"
|