C言語で自作shell開発
自作でshellを作ってみたいと思っている方の参考になればと思い作成させて頂きました。
- コマンド実行(実装済)
- ビルトインコマンド(実装済)
- シグナル(実装済)
- パイプ(未実装)
- リダイレクト(未実装)
- Mac
- Gcc
- x86_64
git https://github.com/fumiya5863/ImmatureShell.git
cd ImmatureShell
make
./main
- common/
- constants.h
- functions.c
- functions.h
- Makefile
- built_in_command.c
- built_in_command.h
- main.c
The source code is licensed MIT.