Giraffee Sync Bundle
====================

Files included:
- file-syncer.py
- sync-files.sh
- .env.example

Quick start:
1. Copy .env.example to .env
2. Fill GIRAFFEE_URL, GIRAFFEE_USERNAME, GIRAFFEE_PASSWORD
3. Run: chmod +x sync-files.sh
4. Run: ./sync-files.sh

Optional arguments:
- ./sync-files.sh --output-dir my-folder
- ./sync-files.sh --env-file /path/to/.env
