Skip to content

fumiya5863/ImmatureShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published