Welcome to the Custom Bash Commands repository for Hacktoberfest! 🎉
This repository is dedicated to creating and sharing custom bash commands that will allow you to work efficiently in the terminal. You can create new bash scripts or enhance existing ones.
Custom commands are bash scripts that help you automate repetitive tasks or enhance the functionality of your terminal.
Each script in the commands/ directory can be used as a custom command. To use a script:
- Clone the repository.
- Navigate to the commands/ folder.
- Run a script by typing:
bash ./commands/your_directory/sample_command.sh
We welcome contributions! Please check the CONTRIBUTING.md
file for guidelines on how to create and submit custom commands.
Note
: To make any command global add it to your usr/bin
directory.