#!/bin/bash
while true; do 
  clear
  fswatch -r lib/* test/* | make test
  sleep 0.1
done
