Skip to content

Golobii/cshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSHELL

A small unix shell written in C.

It currently supports:

  • passing parameters to commands,
  • it has some builtin functions like: cd, exit, help,
  • it supports the && operator,
  • it supports piping with the | operator,
  • it supports the & operator,
  • interactivity,
  • a history file,
  • passing commands as an argument (./cshell -c "echo Hello").

I will add support for:

  • maybe some keywords (for, if, ...),

About

A minimal Linux shell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published