#!/bin/sh set -xe if [ -z $1 ] then hugo serve -b ${HUGO_HOST} else exec hugo $@ fi