A simple and straightforward shell written in C. This is a learning project, and before starting it I will document myself on the subject.
To execute fenshell.c
, simply clone the repo, cd into it and then run the shell build_and_run.sh
.
You should see, in the terminal, a shell prompting you in the following way:
fenshell>
Meaning Fenshell has been correctly launched.
As of now, the launchable commands are:
cd path
- Changes the current directory topath
help
- Gives a concise guide on what's currently availableexit
- Exits Fenshellmkdir path
- Creates the directorypath
rmdir path
- Removes the empty directorypath