Skip to content

leolanchas/mini-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-shell

Mini UNIX shell. Can be used for real in linux.

Build Status

This minishell was a university class project done in OS to understand system calls to the (fork, wait, exec), that allow to execute any command of the operating system, or execute another program, admit pipe |, redirect input and output, launch in batch mode &. The search of the programs will be automatic in the directories /bin, /usr/bin and in the current directory.

Tech

Dillinger uses a number of open source projects to work properly:

  • BISON - Bison is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar.

Compilation

make

Installation

See this post in Superuser

About

Mini UNIX shell. Can be used for real in linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published