Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 202 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 202 Bytes

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