본문 바로가기
Develop/Linux

Shell Script 만들고 실행하기

by bellsilver7 2022. 12. 19.
728x90

1. shell script 파일 생성하기

$ touch example_script.sh

 

2. echo 작성하기

$ vi example_script.sh

echo 'Hello World!'

 

3. 실행하기

$ /bin/bash example_script.sh

728x90

댓글