Skip to content

DaveeHorvath/minihell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

384 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minihell

our awful minishell project from a while back at Hive Helsinki. A "creative" take on bash with a non-library readline implementation, mediocre execution and command chaining. #Features conditional command chaining, made with an AST:

(./something important && echo "successful") || echo "Failed miserably"

simple redirections with pipes, files and heredocs

echo "silly" > silly.txt | ls | cat > folder_content

wildcards

cat */shadow | head -1

our very own builtins

export a=1
env
unset a=1

#ps it might have a couple of unintended features™ like some undefined behaviour and usage after free

About

this is our minishell project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •