Skip to content

5hubh4m/neushell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neushell

A simple, small unix shell.

shell bultins

cd, pwd, mkdir, rmdir, exit

functionalities

  • shell bultin commands
  • customisable prompt using PROMPT evnironment variable
  • search for executables in PATH
  • get/set environment variables
  • standard I/O redirection to files
  • unix pipes

building

gcc -neushell.c -o neushell

TODO

  • smarter error handling
  • ironing out a few bugs
  • more builtins
  • read from config file

About

A simple, small unix shell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages