#!/usr/bin/env bash cd $(dirname "$0") [ "$(git pull)" == "Already up to date." ] || hugo >/dev/null 2>&1