An open API service indexing awesome lists of open source software.

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

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)