This repository contains a collection of shell scripts developed for various purposes, including automation, system configuration, and productivity enhancements.
backup.sh: Simple backup utility for local files and directories.update-system.sh: Script to update and upgrade Linux-based systems.cleanup.sh: Removes temporary files and unnecessary packages.deploy.sh: Example deployment script for web applications.monitor.sh: Basic resource monitoring script usingtop,df, andfree.
-> Here we have other content that emerges as we create and need it on a daily basis.
Clone the repository and give execution permission to the script you want to use:
git clone https://github.com/MarcosPPazzinatto/shell-scripts-collection.git
cd shell-scripts-collection
chmod +x script-name.sh
./script-name.sh
This project is licensed under the MIT License.