This repository is a grab bag of handy tools—mostly Bash scripts—designed to automate various system maintenance tasks like backups, updates, and other repetitive operations
This repo contains a variety of scripts, including but not limited to:
- Backup Scripts – Automate backups of files, directories, or configurations.
- Update Scripts – Keep software or system components up to date.
- Other Utilities – Any useful one-off or experimental tools I’ve written.
Each script is standalone and does not require this repository to be installed as a package.
git clone git@github.com:Tigrjas/scripts.git
cd scriptsMake sure script is executable before running
chmod +x ./your-script.sh
./script_name.sh