https://github.com/pjt3591oo/bashscript-tutorial
bashscript tutorial
https://github.com/pjt3591oo/bashscript-tutorial
bash bash-script cli shell shell-script
Last synced: about 2 months ago
JSON representation
bashscript tutorial
- Host: GitHub
- URL: https://github.com/pjt3591oo/bashscript-tutorial
- Owner: pjt3591oo
- Created: 2019-09-07T01:34:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T06:19:49.000Z (over 6 years ago)
- Last Synced: 2025-05-16T01:34:12.765Z (about 1 year ago)
- Topics: bash, bash-script, cli, shell, shell-script
- Language: Shell
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bashscript tutorial
해당 프로젝트는 쉘 스크립트 기본 가이드와 다양한 형태의 스크립트 가이드입니다.
* chapter 1: 기초기술
1. [basic](https://github.com/pjt3591oo/bashscript-tutorial/tree/master/chapter1/1.%20basic) - 작성완료
2. [variable](https://github.com/pjt3591oo/bashscript-tutorial/tree/master/chapter1/2.%20variable) - 작성완료
3. [condition](https://github.com/pjt3591oo/bashscript-tutorial/tree/master/chapter1/3.%20condition) - 작성완료
4. [loop](https://github.com/pjt3591oo/bashscript-tutorial/tree/master/chapter1/4.%20loop) - 작성완료
5. [funtion](https://github.com/pjt3591oo/bashscript-tutorial/tree/master/chapter1/5.%20function) - 작성완료
6. [debug](https://github.com/pjt3591oo/bashscript-tutorial/tree/master/chapter1/6.%20debug) - 작성중
7. [style](https://github.com/pjt3591oo/bashscript-tutorial/tree/master/chapter1/7.%20style)
* chapter 2: 중급기술
1. [system info](https://github.com/pjt3591oo/bashscript-tutorial/tree/master/chapter2/1.%20systeminfo)
* chapter 3: 고급기술
* etc
1. [progress bar](https://github.com/pjt3591oo/bashscript-tutorial/tree/master/etc/progressbar.sh)
2. [color](https://github.com/pjt3591oo/bashscript-tutorial/tree/master/etc/color.sh)
3. [ascii art](https://github.com/pjt3591oo/bashscript-tutorial/tree/master/etc/ascii_art1.sh)
4. [database import](https://github.com/pjt3591oo/bashscript-tutorial/tree/master/etc/database_dump.sh)
5. [auto keystore generator](https://github.com/pjt3591oo/bashscript-tutorial/tree/master/etc/auto_keystore_gen.sh)
5. [ssh](https://github.com/pjt3591oo/bashscript-tutorial/tree/master/etc/ssh.sh)