[Linux] MAC -> EC2 scp shell script

루나·2022년 7월 20일
0
#!/bin/bash
DIREC= . build
EC2_HOST=
scp -i (.pem) -r ${DIREC} ${EC2_HOST}
source (name).sh
profile
백엔드 개발자

0개의 댓글