Skip to content

pointbreaklogin/Bash-Scripts

Repository files navigation

Automated IT Infrastructure

This repository contains a collection of Bash automation scripts for various tasks. IT allow you to encapsulate a series of commands into a single file, saving you time and effort by eliminating the need to manually execute the commands each time.

Installation

To install the scripts, simply clone this repository into your desired location.

git clone https://github.com/pointbreaklogin/Bash-Scripts.git

Usage

1. Add execute permissions to the script

Use the chmod command to add execute permissions to the script. For example, to add execute permissions to the office_auto.sh, script, you would run the following command:

chmod +x office_auto.sh

2. Run the script

To use the scripts, simply run them from the command line. For example, to run the script office_auto.sh, which backs up your files to a specified location, you would run the following command:

./office_auto.sh  OR  bash office_auto.sh

License

Just a simple code bruh

<3 happyday

About

Simple Bash script for automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages