Skip to content

Dev-manuels/simple_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Shell with C Language

Inspired By ALX Africa

Compilation

  • The shell was compiled on Ubuntu 22.04.2 LTS using gcc and its flags as followed:
gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o hsh

The code adheres to the Betty coding and documentation style.

  • Please visit the Betty Wiki for the full specifications of Betty coding and documentation styles.

About

A simple Shell with C Programming Language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages