# bhsh ![b](https://img.shields.io/crates/l/bhsh) ![b](https://img.shields.io/crates/d/bhsh) ![b](https://img.shields.io/crates/v/bhsh) It's a Unix-Like shell that acts as a blackhole, discarding any input it receives without any further action. ## Installation Make sure you have Rust and Cargo installed on your system. Then, follow these steps to build and install `bhsh`: ```bash cargo install bhsh ``` Or you can clone this Repository and build from there: 1. Clone the repository: ```bash git clone https://github.com/zolagonano/bhsh.git ``` 2. Change into the project directory: ```bash cd bhsh ``` 3. Build the project: ```bash cargo build --release ``` 4. Optionally, copy the executable to a directory in your system's PATH: ```bash cp target/release/bhsh /usr/local/bin/ ``` **It's also available on Arch User Repository for those who use ArchLinux with the package name `bhsh`** ## Contributing Contributions are welcome! If you find a bug, have a feature request, or want to contribute code, please open an issue or submit a pull request on the GitHub repository. When contributing, please follow the existing code style and ensure your changes are well-tested. ## Donation If you find this project helpful and would like to show your appreciation, consider making a donation. Your contributions helps me dedicate more time working on Free and open-source projects :heart: - Monero([QR](https://zolagonano.github.io/assets/qrcodes/monero.png)): `8AF4Lybz7QwiucdYW2szsgiqTHdBp5kjZSSRm6ddzd5363S6n4jixpkACGMLx5JWZnUR5MnGF7cMoidjppruAvLvMe2ovHZ` - VerusCoin([QR](https://zolagonano.github.io/assets/qrcodes/veruscoin.png)): `R9V91vQbP75A5H3Nn3RrXnK8zVZyaRBYHG` - Bitcoin([QR](https://zolagonano.github.io/assets/qrcodes/bitcoin.png)): `bc1qtya7nc42xff4w8rw6xa9zeqhdk4s3telvklcgy` - Litecoin([QR](https://zolagonano.github.io/assets/qrcodes/litecoin.png)): `ltc1qc3unssu58qjrqdnnl8pxep9259khfwz46un2cd` - BitcoinCash([QR](https://zolagonano.github.io/assets/qrcodes/bitcoincash.png)): `qq9gvne3p7sa678j9y3y32ersju83elumclvknqm9h` ## License This project is licensed under the MIT License.