zigrtiow: helper script for development.

This commit is contained in:
Bill Thiede 2022-08-06 08:07:19 -07:00
parent d15a9e6c3e
commit 85b87a6854

2
zigrtiow/dev.sh Executable file
View File

@ -0,0 +1,2 @@
fd zig | entr -c bash -c "zig build test && zig build -Drelease-safe=true &&
./zig-out/bin/zigrtiow | convert ppm:- /tmp/output.png"