wget 명령어 썸네일형 리스트형 [명령어] curl 명령어 curl 명령어 curl로 스크립트를 다운로드하기 $ curl -Ssf https://sangchul.kr/scripte/webconfsync.sh -o /tmp/webconfsync.sh curl로 스크립트를 다운로드하고 실행하기 $ curl -Ssf https://sangchul.kr/scripte/webconfsync.sh | bash -x wget을 사용하여 스크립트를 다운로드하고 실행하기 $ wget -qO - https://sangchul.kr/scripte/webconfsync.sh | bash -x 더보기 이전 1 다음