Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Python
- TPL
- Oracle
- ubuntu
- 일괄변경
- php
- jQuery
- replace
- 천단위
- 확장자
- Selectbox
- random
- centos
- smarty
- Eclipse
- yum
- 문자열자르기
- TextBox
- install
- docker
- 부모창
- i18n
- 한글 깨짐
- SVN
- MySQL
- JavaScript
- mariadb
- Postfix
- RabbitMQ
Archives
- Today
- Total
wilson's story
bash 파일 만들기 본문
반응형
파일명은 test.sh 파일로 하고 chmod는 744로 설정
#!/bin/bash <- 꼭 선언해줘야 작동한다. cd /home/test <- 실행파일이 있는 경로 set java -jar test.jar ./ test.conf <- 실행 내용 실행은 ./test.sh
반응형