An open API service indexing awesome lists of open source software.

https://github.com/ilahyani/minishell

The objective of this 42 school project is to create a simple shell in c.
https://github.com/ilahyani/minishell

42 42born2code bash shell

Last synced: 4 months ago
JSON representation

The objective of this 42 school project is to create a simple shell in c.

Awesome Lists containing this project

README

          

# Minishell
The objective of this 42 school project is to create a simple shell in c.

This repository contains a shell implementation written in C. The shell is a command line interface that allows users to interact with the operating system by executing commands and programs.
### Getting Started

To use the shell in this repository, you will need to have a C compiler and the readline library installed on your system.

### Features
The shell in this repository supports the following features:

Execution of commands and programs
Redirection of standard input, output, and error
Piping of output between commands
Envirement variable expansion
Builtin commands: pwd, cd, export, env, unset, exit