commit 0ef9d7c218def7bdbec4479851575bbd568afdd5 Author: krypt77 Date: Sun Jul 27 18:25:30 2025 +0200 Add 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