TIL icon indicating copy to clipboard operation
TIL copied to clipboard

> /dev/null 학습

Open Integerous opened this issue 7 years ago • 0 comments

deploy.sh 파일을 직접 실행시킬 수 없는 환경에서 우회하여 deploy.sh 파일을 실행시키기 위한 execute-deploy.sh 파일의 내용인 /home/ec2-user/app/travis/deploy.sh > /dev/null 2> /dev/null < /dev/null & 의 의미 학습하기

Integerous avatar Sep 08 '18 15:09 Integerous