Skip to content

Fendross/fenshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FENSHELL

Overview

A simple and straightforward shell written in C. This is a learning project, and before starting it I will document myself on the subject.

How to use

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.

Currently available functionalities

As of now, the launchable commands are:

  • cd path - Changes the current directory to path
  • help - Gives a concise guide on what's currently available
  • exit - Exits Fenshell
  • mkdir path - Creates the directory path
  • rmdir path - Removes the empty directory path

References

About

A simple shell program written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published