Skip to content

pizzuhh/pizshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIZSHELL

pizshell is very basic shell for linux. It can't do much but has some basic functionality

Building

It's recommended to build it yourself, here's how

  1. clone the repo git clone https://github.com/pizzuhh/pizshell.git
  2. cd into the folder cd ./pizshell
  3. run make and wait for it to build
  4. the app is located in pizshell-dir/build/pizshell (or ./build/pizshell)
  5. after the app has been built run chmod +x /build/pizshell to make it executable
  6. now simply run /build/pizshell.

Note

This is very basic shell and it's not recommended for everyday use.

The releases are not up to date with the code!

TODOs

  1. Make so people can add their own commands easily
  2. Make better help command and handle command errors (working on)
  3. Fix the exec command

About

A basic shell for linux written in C

Resources

License

Stars

Watchers

Forks

Packages

No packages published