https://github.com/namberino/namsh
The minimalist shell
https://github.com/namberino/namsh
c shell
Last synced: 3 months ago
JSON representation
The minimalist shell
- Host: GitHub
- URL: https://github.com/namberino/namsh
- Owner: namberino
- License: apache-2.0
- Created: 2023-08-30T01:35:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T04:44:16.000Z (11 months ago)
- Last Synced: 2025-01-20T18:24:11.109Z (4 months ago)
- Topics: c, shell
- Language: C
- Homepage:
- Size: 516 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# namsh: The minimalist shell
A custom shell written in C
There are currently 4 builtin commands: `cd`, `help`, `exit`, and `history`

# Requirements
- [GCC](https://gcc.gnu.org/) or [Clang](https://clang.llvm.org/)
- [Make](https://www.gnu.org/software/make/)# Compiling
| Command | Description |
| --- | --- |
| `make` | Compile and run the program |
| `make run` | Compile and run the program |
| `make compile` | Compile the program |
| `make clean` | Clean up the *obj* and *bin* directories |# Documentation
You can find the documentation for how this project works on the [doc](doc/) directory