Skip to content

Simple mini-shell i decided to create to practice my knowledge in C

Notifications You must be signed in to change notification settings

LeoMbm/mini-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Shell

I started learning C language and I decided to create a mini shell to practice what I learned.

Description

This is a mini shell that can run commands with their arguments.

For the moment, it can only run commands with their arguments, but I will add more features in the future.

How to use

In progress...

Run commands

To run a command, you just need to type the command name and its arguments.

$ ls -l

Features to add

  • Run commands in background
  • Run commands with pipes
  • Run commands with redirections
  • Build my own commands
  • Add a history
  • Add a completion

About

Simple mini-shell i decided to create to practice my knowledge in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages