2021-10-16 20:11:37 -07:00

8 lines
111 B
Bash
Executable File

#!/bin/bash
set -o errexit -o pipefail
source ./scripts/common.sh
hugo | grep -v -e 'WARN .* REF_NOT_FOUND'