Skip to content

bashbomb/shellscript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash ShellScript 기초편 강의자료


강의자료 다운로드

git clone https://github.com/bashbomb/shellscript.git

필요한 패키지 설치

MacOS

sudo brew install dialog

리눅스(우분투 계열)

sudo apt install dialog

리눅스(레드햇 계열)

sudo dnf install dialog

실행방법

cd shellscript
./main.sh

사용방법

  • 실행 후 첫 화면 : 화살표키로 커서를 움직여 스페이스바로 강의를 선택하고 엔터를 입력하세요.
  • 강의 선택 후 : 다음 슬라이드를 보려면 y를 입력하시고, 이전 슬라이드를 보려면 n을 입력하세요.
  • 실행 종료는 ctrl + c 를 입력하세요.

About

bash shell script강좌 기초편 강의자료

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%