mirror of
https://github.com/andsyrovatko/s4k-admin-toolbox.git
synced 2026-04-21 21:58:54 +02:00
docs: add quick start instructions for Directory Comparator and Juniper Network Toggle scripts.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user