This is an ALX collaboration project on Shell
- C language
- Shell
- Betty linter
- 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
$ ./hsh ($) /bin/ls hsh main.c shell.c ($) ($) exit $
gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o hsh
👤 Tarikwa Tesfa
- GitHub: @tariktesfa
- Twitter: @tarikwatesfa
- LinkedIn: LinkedIn
👤 Dawit Sisay
- GitHub: @dawitsisayy
- Twitter: @Dawitsisay
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- ALX Community
- Hat tip to anyone whose code was used