Skip to content

parkj12b/minishell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

Description

  • Duplicate bash 3.2 version using C language.

  • Operate in this token.

|  #pipe
|| #OR
&& #AND
() #Bracket
$  #Shell environment
*  #Asterisk(Wild Card)
  • Duplicate builtin function
echo
cd
export
env
unset
pwd
exit

How to start

# if you use in x86 mac or linux base os
$ make

# if you use arm64 mac or not installed readline

$ brew install libreadline7 #or new version readline
# Add path of readline in Makefile
$ make

Made by

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.9%
  • Makefile 2.1%