/simple_shell

The second repo for ALX project on simple shell

Primary LanguageC

Simple Shell Collaborative Project

This is project on UNIX Shell. Here, we attempt to create a simple shell that mimics the Bash shell called ssh

Project was completed using

  • C language
  • Shell
  • Betty linter

General Requirement for project

  • All files will be compiled on Ubuntu 20.04 LTS using gcc, using the options -Wall -Werror -Wextra -pedantic -std=gnu89
  • All files should end with a new line
  • A README.md file, at the root of the folder of the project is mandatory
  • Use the Betty style. It will be checked using betty-style.pl and betty-doc.pl
  • Shell should not have any memory leaks
  • No more than 5 functions per file
  • All header files should be include guarded
  • Write a README with the description of the project

Collaborative Authors

👤 Muhib

👤 Nwafor Ugochukwu Emmanuel