Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MICROSHELL IN C

Microshell written purely in C.

Compiling

Download

git clone https://github.com/vexinom/microshell.git

Debug verison

gcc -g -O0 microshell.c commands.c ls.c pwd.c echo.c cd.c cp.c -o microshell
./microshell

Realese version

gcc -O2 microshell.c commands.c ls.c pwd.c echo.c cd.c cp.c -o microshell
./microshell

About

Microshell in C

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages