From 0ef9d7c218def7bdbec4479851575bbd568afdd5 Mon Sep 17 00:00:00 2001 From: krypt77 Date: Sun, 27 Jul 2025 18:25:30 +0200 Subject: [PATCH] Add README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..25d318a --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Bash Utility Scripts + +Una collezione di script bash per automazione, gestione sistema e utilities da linea di comando. + +## 📦 Script Disponibili + +### Font Tools +- **convert-ttf-in-woff2.sh** - Conversione batch TTF → WOFF2 + +### Image Tools +- **minimizza-png.sh** - Ottimizzazione PNG con pngquant + +### Cleanup Tools +- **rimuovi-file-mac.sh** - Rimozione file nascosti macOS + +## 🚀 Installazione Rapida + +```bash +git clone https://gitea.it/krypt77/Bash-Utility-Scripts +cd Bash-Utility-Scripts +./install.sh \ No newline at end of file