Skip to content

ViciousPotato/small-fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

small-fish

Toy shell implementation for exercise.

How to Use

$ git clone https://github.com/ViciousPotato/small-fish.git
$ cd small-fish
$ make
$ ./fish

Currently support command execution, output/input redirect, and piping.

examples:

ls
ls | wc -l | wc -l
ls >> a
echo < a
ls > a

Also some useless builtins :P

TODO

Add more tests.

About

Toy shell implementation for exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published