Skip to content

yuliannabn/minishell1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell1

A small shell made in C.

FEATURES

  • cd / change directory (with -, ~ support)
  • Execute binaries (supports PATH in env)
  • exit function
  • setenv, unsetenv

compilation:

make re