Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 973 Bytes

README.md

File metadata and controls

51 lines (41 loc) · 973 Bytes

ImmatureShell

Image

スクリーンショット 2021-04-26 15 07 11

Overview

C言語で自作shell開発
自作でshellを作ってみたいと思っている方の参考になればと思い作成させて頂きました。

Features

  • コマンド実行(実装済)
  • ビルトインコマンド(実装済)
  • シグナル(実装済)
  • パイプ(未実装)
  • リダイレクト(未実装)

Requirement

  • Mac
  • Gcc
  • x86_64

How to install

git https://github.com/fumiya5863/ImmatureShell.git

How to use

cd ImmatureShell
make
./main

Folder structure

- common/
    - constants.h
    - functions.c
    - functions.h
- Makefile
- built_in_command.c
- built_in_command.h
- main.c

Author

fumiya5863

License

The source code is licensed MIT.