Skip to content

stepskop/minishell

Repository files navigation

Minishell

Limited implementation of UNIX shell, inspired by Bash

Showcase

Build

Pull submodules and run make

git submodule init
gti submodule update
make

Usage

Execute the binary

./minishell

Features

  • set of builtins like echo, export, unset, pwd, cd, env (without options besides -n for echo)
  • pipes and redirections including here-document
  • && and || with () for priorities (Only - pipes and redirection wont work for whole groups)
  • * wildcard expansion

About

Our own implementation of UNIX shell, inspired by classic Bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •