https://github.com/tariktesfa/simple_shell
This is another ALX Group Project
https://github.com/tariktesfa/simple_shell
c shell shell-script
Last synced: about 2 months ago
JSON representation
This is another ALX Group Project
- Host: GitHub
- URL: https://github.com/tariktesfa/simple_shell
- Owner: tariktesfa
- Created: 2022-06-07T11:02:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T11:34:45.000Z (about 4 years ago)
- Last Synced: 2025-06-03T23:11:06.492Z (about 1 year ago)
- Topics: c, shell, shell-script
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# 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**
- GitHub: [@tariktesfa](https://github.com/tariktesfa)
- Twitter: [@tarikwatesfa](https://twitter.com/tarik_tesfa)
- LinkedIn: [LinkedIn](https://linkedin.com/in/tarikwa-tesfa)
👤 **Dawit Sisay**
- GitHub: [@dawitsisayy](https://github.com/DawitSisayy)
- Twitter: [@Dawitsisay](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- ALX Community
- Hat tip to anyone whose code was used