Implementation Comparison
This repository provides two implementations with different trade-offs:
When to use the bash script:
No Python environment available
Minimal dependencies preferred
Unix/Linux/macOS environments with bash 4.0+
Simple deployment scenarios
Note: macOS users need to install bash 4.0+ via Homebrew due to built-in bash 3.2
When to use the Python script:
Python environment already available
Cross-platform compatibility needed
More robust error handling required
Integration with Python workflows
Both implementations produce identical output format and support the same command line interface.