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/50289ls index.md css/* templates/* notes/* | \10 entr cabal run site -- build