xml-conduit-writer/run_ci
2013-03-30 13:15:28 +04:00

8 lines
119 B
Plaintext
Executable File

while true; do
clear
cabal-dev build && $@
inotifywait -qqr -e modify src/ test/ *.cabal
# sleep 1
clear
done