Skip to content

Hash-Cracker/Automation_Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash Automation Scripts

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.

Getting Started

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.

Prerequisites

  • 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).

To use the script files

  • 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

Cloning the Repository

Clone this repository to your local machine using the following command:

git clone https://github.com/Hash-Cracker/Automation_Scripts
cd Automation_Scripts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages