This repository contains a collection of automation scripts written in Bash. These scripts are designed to help with various system tasks, automate workflows, and improve productivity by simplifying repetitive tasks.
To get started with these automation scripts, follow the instructions below. Make sure you have a Unix-based system (Linux/macOS) with Bash installed. Most Linux distributions and macOS come with Bash pre-installed.
- A Linux or macOS machine (with Bash shell).
- Access to a terminal or command line interface.
- (Optional) Elevated privileges for certain scripts that require administrative access (e.g.,
sudo
).
- Compile or install the script file and give execution permission to it by executing
chmod +x <script.sh>
- Add the file to
/usr/bin
directory to make it globally available for the whole system.
chmod +x <script.sh>
sudo cp <script.sh> /usr/bin
Clone this repository to your local machine using the following command:
git clone https://github.com/Hash-Cracker/Automation_Scripts
cd Automation_Scripts