Add fswatch_build.sh for live builds

This commit is contained in:
CrystalSplitter 2023-07-16 13:11:56 -07:00
parent ee8788dbf2
commit cb44c6bb8a

2
fswatch_build.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
fswatch -n 64 -ro -l1 -m poll_monitor app/ lib/ | xargs -I{} cabal build