🔐 Protected .ENVs variables in React Native 🚀✨
-
Updated
Aug 1, 2025 - C
🔐 Protected .ENVs variables in React Native 🚀✨
Minishell is a 42 school team project to create a basic shell program in C. It implements redirections and pipes, as well as environment variables and some builtin commands.
View system PATH as an ordered list
ALX simple shell project implementation that functions similarly like UNIX system in its simple form.
A reimplementation of shell using C.
A Shell from Scratch
Designed to build a simplified version of a Unix shell with command-line interpreter.
Minishell is a lightweight Unix shell implementation in C that supports essential functionalities like command execution, redirections, pipes, environment variable expansion, and built-in commands. It handles interactive user input, signal processing, and command history, mimicking basic shell behavior.
Set environment from file and execute a command
Minishell is a lightweight bash-like shell implemented in C. It supports builtins, parsing of pipes and redirections, environment variable expansion, and basic signal handling.
The project involves building a basic shell that mimics the behavior of the popular bash shell. It covers fundamental concepts such as process creation, input/output redirection, and signal handling
Creating an own bash shell
rcnf - Fast library for working with environment variables
Minishell is a 42 school team project to create a basic shell program in C. It implements redirections and pipes, as well as environment variables and some builtin commands.
Bienvenue sur le dépôt du projet Pipex de l'École 42. Ce projet recrée le comportement des appels système `pipe` et `redirection` en Unix, permettant de construire des pipelines entre commandes.
A custom Unix shell in the vein of Bash, implemented in C
Minishell is a simple shell created as part of my 1337 (42 Network) studies. It supports basic command execution, pipes, redirections, environment variables, and built-in commands like cd, pwd, echo, and more. It also handles signals (Ctrl-C, Ctrl-D) and offers a history feature.
Develop a basic Bash shell in C with features like command parsing, built-in functions, and support for piping and redirection, while learning shell operations, process management, and system calls.
Add a description, image, and links to the environment-variables topic page so that developers can more easily learn about it.
To associate your repository with the environment-variables topic, visit your repo's landing page and select "manage topics."