Skip to content

kelechukwufavour/simple_shell

Repository files navigation

A simple Shell project developed with the C Language

Project required by ALX africa as the final project in the C programming course.

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.

Authors have been updated in the AUTHORS file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published