Skip to content

kamialie/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

Minimal version of shell binary based on zshell.

Supported features

  • built-ins: echo, cd, setenv, unsetenv, env, exit
  • expansions: $ and ~
  • separation of commands with ";"
  • Ctrl-C signal

Usage

compile the project with make command

run ./minishell and enjoy the shell ;)

Project commands

make - compile executable

make clean - remove object files

make fclean - make clean plus remove library and executable

make re - remove all temporary files and compile the project again

About

Minimal version of shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published