Skip to content

asmelko/myshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myshell

Implementation of a basic shell

How to run

To try the shell, run:

make
./mysh

Capabilities

  1. Basic command execution
  2. Commands with pipes
  3. Redirections < > >>

3 modes of execution:

  1. with option -c
./mysh -c 'COMMAND'
  1. non-interactive mode via a file as the first parameter
./mysh script.sh
  1. interactive mode via standard input
./mysh
mysh$ _

About

Implementation of a basic shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published