#!/bin/bash set -eu . ./.env . ./themes/hugo-theme-lowtech/scripts/run if [ $# -ge 1 ]; then $@ else help_generic fi end