image-watcher 0.0.23

A simple CLI tool.
1
2
3
4
5
6
7
8
:start
cargo build --release
del image-watcher.exe
copy ..\target\release\image-watcher.exe image-watcher.exe
set RUST_BACKTRACE=1
image-watcher.exe -w
timeout 10
goto start