1#!/bin/sh2set -e -x34# XXX: hakyll's watch command does not work with symlinks due to a liminitation5# of the fs-notify library. Work around that by using entr(1) for watching.6#7# See: https://github.com/jaspervdj/hakyll/issues/50289find index.md css templates/ notes/ -type f | \10 entr cabal run site -- build