Skip to content

zolagonano/bhsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bhsh

b b b

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:

cargo install bhsh

Or you can clone this Repository and build from there:

  1. Clone the repository:
git clone https://github.com/zolagonano/bhsh.git
  1. Change into the project directory:
cd bhsh
  1. Build the project:
cargo build --release
  1. Optionally, copy the executable to a directory in your system's PATH:
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 ❤️

https://zolagonano.github.io/support

License

This project is licensed under the MIT License.