Skip to content

oguzalb/mangalsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Mangal Shell

A basic shell implementation which recognizes commands, arguments, pipe and the && keyword
To exit give ^d

###Examples

>> ls -lart

Runs ls -lart

>> ls && hush

Runs ls, runs an inner mangal shell

>> ls -lart|wc &&ls

Runs ls, pipes to wc, later runs ls again

>> cd folder

Runs builtin cd function to change active directory

About

A simple shell written in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages