#!/bin/sh set -eux git clone https://git.capotej.com/capotej/capotej.com.git cd capotej.com || exit 1 git submodule init git submodule update hugo -v -d /usr/share/nginx/html nginx -g "daemon off;"