/simple_shell

This is another ALX Group Project

Primary LanguageC

Simple shell

This is an ALX collaboration project on Shell

Written by

  • C language
  • Shell
  • Betty linter

General Requirement

  • 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

Test in interactive mode:

$ ./hsh ($) /bin/ls hsh main.c shell.c ($) ($) exit $

Compilation

gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o hsh

Authors

👤 Tarikwa Tesfa

👤 Dawit Sisay

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • ALX Community
  • Hat tip to anyone whose code was used