An open API service indexing awesome lists of open source software.

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

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