docs: add quick start instructions for Directory Comparator and Juniper Network Toggle scripts.

This commit is contained in:
2026-04-14 14:37:17 +03:00
parent efeef3d4b1
commit 96769b7f58
3 changed files with 15 additions and 1 deletions
+7
View File
@@ -18,6 +18,13 @@ A robust Bash utility for recursive file comparison between two directories. It
### 🏃 Quick Start
```bash
# Clone the repository
git clone https://github.com/andsyrovatko/s4k-admin-toolbox.git
cd s4k-admin-toolbox
# Grant execution rights to the scripts
cd tools/linux/compare-dirs && chmod +x compare-dirs.sh
# Basic comparison (outputs diffs to terminal and compare-dirs.log)
./compare-dirs.sh /path/to/dir_a /path/to/dir_b