Consider: ```shell otumat watch -f config.yaml -s reload.sh -i 5 ``` We should perhaps offer the option to run `reload.sh` initially when starting the watch and then run on changes. Perhaps: ```shell otumat watch -f config.yaml -s reload.sh -i 5 --initialize ```
Consider:
We should perhaps offer the option to run
reload.shinitially when starting the watch and then run on changes. Perhaps: