Modular SHell
This repository has been archived on 2021-09-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2021-09-16 13:11:24 +02:00
config.h bru h 2021-09-14 19:00:19 +02:00
err.c heh 2021-09-15 14:39:02 +02:00
err.h heh 2021-09-15 14:39:02 +02:00
fstr.c heh 2021-09-15 14:39:02 +02:00
fstr.h heh 2021-09-15 14:39:02 +02:00
makefile heh 2021-09-15 14:39:02 +02:00
msh heh 2021-09-15 14:39:02 +02:00
msh.c escape 2021-09-16 13:11:24 +02:00
README.md first commit 2021-09-13 23:46:17 +02:00

Modular SHell

A POSIX compliant shell with few additions, modular and hackable source code.

Built like busybox each component has its source file keeping everything clean and tidy.