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.
To install the scripts, simply clone this repository into your desired location.
git clone https://github.com/pointbreaklogin/Bash-Scripts.gitUse 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.shTo 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<3 happyday