Skip to content

ercudu75/simple_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple shell

hsh is a simple UNIX command interpreter that reads commands from standard input and executes them, simulating the behavior of the sh (/bin/sh) command interpreter (shell).
The program was written in C and is part of the low-level programming trak at ALX

C Programming Logo

Table of Contents

Getting Started

To start this i would recommand u read this ressources to start your own shell:

Feel free to explore the code in this repository to get some ideas on how to code this project and remember do not clone this repo or kimba will catch you 😉.

Compilation

  • The code compile with gcc -Wall -Werror -Wextra -pedantic *.c -o hsh command.

Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages