Skip to content

Nathan5563/nsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nsh

A small shell I built in C. Inspired by https://brennan.io/2015/01/16/write-a-shell-in-c/.

build

  1. Clone the repository.
git clone git@github.com:Nathan5563/nsh.git
  1. Build the project files.
make
  1. Run the executable.
./nsh.exe

built-in functions

The shell currently supports the following functions:

help   -  Usage: 'help'       -   displays information about the shell.
cd     -  Usage: 'cd [args]'  -   changes the present working directory to the path specified by args.
exit   -  Usage: 'exit'       -   exits the shell.

Releases

No releases published

Packages

No packages published